This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit d65e98a9 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Break long words to prevent overflow

parent 241ea378
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -6,8 +6,12 @@
display: flex;
align-items: center;
padding: 3px;
overflow-wrap: anywhere;
word-break: break-word;
}
.exercise-metadata-item-value {
padding: 3px;
overflow-wrap: anywhere;
word-break: break-word;
}
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