mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Increase specificity and keep y-scrollbar for long name edge cases.
This commit is contained in:
parent
9387725442
commit
5fdab74ae7
@ -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;
|
||||
|
||||
@ -19,4 +19,8 @@
|
||||
.List-tableCell {
|
||||
color: @default-interface-txt;
|
||||
}
|
||||
|
||||
&.ui-dialog-content {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user