Elastic: Make .nav-tabs non-wrappable

pull/6218/head
Aleksander Machniak 6 years ago
parent 2cd40707e2
commit 5410c6112b

@ -332,6 +332,20 @@ fieldset.image-attachment {
}
}
// Make Bootstrap tabs non-wrappable
.nav-tabs {
flex-wrap: nowrap;
.nav-item {
white-space: nowrap;
overflow: hidden;
}
.nav-link {
.overflow-ellipsis;
}
}
.table-widget {
display: flex;
flex-direction: column;

Loading…
Cancel
Save