mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
Increase specificity and keep y-scrollbar for long name edge cases.
This commit is contained in:
@@ -31,9 +31,6 @@ table.ui-datepicker-calendar {
|
|||||||
opacity: .7;
|
opacity: .7;
|
||||||
text-shadow: 0 1px 0 @white;
|
text-shadow: 0 1px 0 @white;
|
||||||
}
|
}
|
||||||
.ui-dialog-content {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.ui-widget-header {
|
.ui-widget-header {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -19,4 +19,8 @@
|
|||||||
.List-tableCell {
|
.List-tableCell {
|
||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.ui-dialog-content {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user