Increase specificity and keep y-scrollbar for long name edge cases.

This commit is contained in:
Ken Hoes 2016-03-14 11:36:29 -04:00
parent 9387725442
commit 5fdab74ae7
2 changed files with 4 additions and 3 deletions

View File

@ -31,9 +31,6 @@ table.ui-datepicker-calendar {
opacity: .7;
text-shadow: 0 1px 0 @white;
}
.ui-dialog-content {
overflow: hidden;
}
.ui-widget-header {
border-radius: 0;
border: none;

View File

@ -19,4 +19,8 @@
.List-tableCell {
color: @default-interface-txt;
}
&.ui-dialog-content {
overflow-x: hidden;
}
}