mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
CSS. Small IE11 fixes
This commit is contained in:
parent
a57414307e
commit
38eb4ccbc4
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue