Manage: fix broken horizontal scrolling

This commit is contained in:
tophf 2015-08-03 08:47:13 +03:00
parent 78fea74a0e
commit ad12fb1091

View File

@ -43,6 +43,9 @@
width: 100%; height: 2px; width: 100%; height: 2px;
background-color: #fff; background-color: #fff;
} }
.applies-to {
word-break: break-word;
}
.applies-to, .actions { .applies-to, .actions {
padding-left: 15px; padding-left: 15px;
} }