Skip to content
Snippets Groups Projects
Commit cdf99dd8 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Prevent text wrapping on version label

parent ac4502e4
No related branches found
No related tags found
No related merge requests found
...@@ -99,8 +99,9 @@ header > p { ...@@ -99,8 +99,9 @@ header > p {
.beta { .beta {
position: absolute; position: absolute;
white-space: nowrap;
top: 2px; top: 2px;
font-size: 20px; font-size: 18px;
color: #BBBBBB; color: #BBBBBB;
padding-left: 15px; padding-left: 15px;
} }
......
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