Skip to content
Snippets Groups Projects
Commit 21fcfabe authored by srosse's avatar srosse
Browse files

OO-3901: add CSS hyphen auto for rubric labels

parent 77fc3789
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@
display:inline-block;
text-align: center;
align-self: flex-end;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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