Skip to content
Snippets Groups Projects
Commit 94e233e7 authored by unarist's avatar unarist Committed by Eugen Rochko
Browse files

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.
parent ac537368
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment