Commit 00f462dd authored by JeremyWuuuuu's avatar JeremyWuuuuu

Fix: GitLab UI 404 page style error suing Chinese characters

Add `flex: 1` for `div.field` element to make sure button won't gets squeezed to break line.
Changelog: fixed
parent 8f4b7c72
......@@ -91,6 +91,7 @@ a {
.field {
margin-bottom: 0;
margin-right: 0.5em;
flex: 1;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment