Fixed ellipsis bug in admin

stable
Xavier Julián 2014-11-11 17:41:05 +01:00
parent 3ff00c0435
commit 44a87cdf2b
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@
.status-name {
@include table-flex-child(6, 150px, 0);
padding: 0 10px;
position: relative;
span {
@include ellipsis(100%);
display: block;
}
}
.options-column {
max-width: 100px;