forked from midou/invidious
CSS. Small IE11 fixes
This commit is contained in:
parent
a57414307e
commit
38eb4ccbc4
@ -68,7 +68,10 @@ fieldset, legend {
|
||||
.filter-options label { margin: 0 10px; }
|
||||
|
||||
|
||||
#filters-apply { text-align: right; }
|
||||
#filters-apply {
|
||||
text-align: right; /* IE11 only */
|
||||
text-align: end; /* Override for compatible browsers */
|
||||
}
|
||||
|
||||
/* Error message */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user