Skip to content
Snippets Groups Projects
Commit a14c9be1 authored by markrian's avatar markrian
Browse files

Prevent line breaks in note timestamp

For better readability.
parent c7a8991e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -611,6 +611,10 @@ $note-form-margin-left: 72px;
color: $gl-text-color-disabled;
}
 
.note-timestamp {
white-space: nowrap;
}
a:hover {
text-decoration: underline;
}
Loading
Loading
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