style: word-break added to the space dropdown menu (more useful for the mobile devices)

This commit is contained in:
MasterMindNET 2020-08-15 18:30:36 +03:00
parent 4567d5162a
commit 4a069499f3
2 changed files with 4 additions and 1 deletions

View File

@ -66,6 +66,9 @@
.media-body {
overflow: hidden !important;
font-size: 13px;
white-space: normal;
word-break: break-all;
h4.media-heading {
font-size: 14px;
font-weight: 500;

File diff suppressed because one or more lines are too long