Commit 258ae974 authored by Paul Brown's avatar Paul Brown

Merge pull request #1110 from mdanse/patch-1

Add nowrap to action icons table cell
parents beb38426 84139870
......@@ -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