Przeglądaj źródła

Fix column-back-button style for some browsers (#4484)

Use `text-align: unset` instead of `text-align: start` which Edge doesn't support for now.

Also remove default margin on Safari.
master
unarist 6 lat temu
committed by Eugen Rochko
rodzic
commit
94e233e7b2
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      app/javascript/styles/components.scss

+ 2
- 1
app/javascript/styles/components.scss Wyświetl plik

@@ -1590,8 +1590,9 @@
flex: 0 0 auto;
font-size: 16px;
border: 0;
text-align: start;
text-align: unset;
padding: 15px;
margin: 0;
z-index: 3;

&:hover {


Ładowanie…
Anuluj
Zapisz