Fix the DiffPreference and EditPreference dialogs on diffs and edits

If you don't have a big enough screen the options at the bottom get cut
off so it makes it very hard to change the options

Change-Id: I99ca18842b99a486589409f8c57d4ee901d0796a
This commit is contained in:
Paladox none
2016-09-09 16:46:54 +00:00
parent 3aaf831893
commit 89c36ab07f
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ limitations under the License.
color: #ffffff;
font-family: arial,sans-serif;
font-weight: bold;
overflow: hidden;
overflow: auto !important;
bottom: 0;
text-align: left;
text-shadow: 1px 1px 7px #000000;
min-width: 300px;