Commit 84139870 authored by mdanse's avatar mdanse

Add nowrap to action icons table cell

This was added in the past to the bootstrap2 css but not to the bootstrap3 css.
parent beb38426
......@@ -38,6 +38,11 @@
margin: 1px 0 0 0;
}
/* List View - prevent word wrap on buttons column, to keep it on one line */
.list-buttons-column {
white-space: nowrap;
}
/* Filters */
table.filters {
border-collapse: collapse;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment