Failed to commit these

This commit is contained in:
2019-06-01 16:48:08 +10:00
parent f7698887b7
commit bdba64aed3
7 changed files with 65 additions and 54 deletions
+13 -2
View File
@@ -64,6 +64,17 @@ a {
text-align: right;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.badwrap {
overflow: wrap;
overflow-wrap: break-word;
}
/* footer */
footer {
flex: 0 1 auto;
@@ -249,8 +260,8 @@ footer {
}
.col {
flex: 1;
min-width: 80px;
flex: 1 1 1%;
min-width: 0;
}
.table.noCollapse .row {