#6797: Fix Safari anchor element styling issue
This commit is contained in:
parent
7b3d285884
commit
a60e8d3e12
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -119,6 +119,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Fix the hideous way Safari shows button anchor elements.
|
||||
a[type='button'] {
|
||||
-webkit-appearance: unset !important;
|
||||
}
|
||||
|
||||
// Ensure progress bars (utilization graph) in tables aren't too narrow to display the percentage.
|
||||
table td > .progress {
|
||||
min-width: 6rem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue