Skip to content
Snippets Groups Projects
Commit 36bc37b2 authored by KDSBrowne's avatar KDSBrowne
Browse files

prevent chat error message shifting input field

parent 92f3182d
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,12 @@
}
}
.info {
&:before {
content: "\00a0"; // non-breaking space
}
}
.error,
.info {
font-size: calc(var(--font-size-base) * .75);
......@@ -110,10 +116,6 @@
[dir="rtl"] & {
text-align: right;
}
&:before {
content: "\00a0"; // non-breaking space
}
}
.spacer {
......
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