Skip to content
Snippets Groups Projects
Commit e43cb9ba authored by Fynn Becker's avatar Fynn Becker :crab:
Browse files

Fix icon margins when near text

parent 5d857019
Branches
Tags v2.2.19
No related merge requests found
......@@ -59,11 +59,11 @@ form#language-switch-form > button.button {
}
.icon {
.has-text-right {
margin-right: 0.4rem;
&.has-text-right {
margin-right: 0.4em;
}
.has-text-left {
margin-left: 0.4rem;
&.has-text-left {
margin-left: 0.4em;
}
}
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment