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:
@@ -32,7 +32,8 @@ limitations under the License.
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: arial,sans-serif;
|
font-family: arial,sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
overflow: hidden;
|
overflow: auto !important;
|
||||||
|
bottom: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-shadow: 1px 1px 7px #000000;
|
text-shadow: 1px 1px 7px #000000;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
|||||||
@@ -32,7 +32,8 @@ limitations under the License.
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: arial,sans-serif;
|
font-family: arial,sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
overflow: hidden;
|
overflow: auto !important;
|
||||||
|
bottom: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-shadow: 1px 1px 7px #000000;
|
text-shadow: 1px 1px 7px #000000;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
|||||||
Reference in New Issue
Block a user