Fixed ellipsis bug in admin
parent
3ff00c0435
commit
44a87cdf2b
|
@ -44,6 +44,11 @@
|
||||||
.status-name {
|
.status-name {
|
||||||
@include table-flex-child(6, 150px, 0);
|
@include table-flex-child(6, 150px, 0);
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
position: relative;
|
||||||
|
span {
|
||||||
|
@include ellipsis(100%);
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.options-column {
|
.options-column {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
|
|
Loading…
Reference in New Issue