CSS. Small IE11 fixes

このコミットが含まれているのは:
meow 2022-06-06 21:51:47 +03:00
コミット 38eb4ccbc4
1個のファイルの変更4行の追加1行の削除

ファイルの表示

@ -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 */