improvements to the search spec

This commit is contained in:
zadam
2021-01-26 15:54:41 +01:00
parent b936a63db3
commit ee78413ecb
10 changed files with 80 additions and 56 deletions

View File

@@ -30,6 +30,10 @@ const TPL = `
border-spacing: 10px;
}
.search-setting-table div {
white-space: nowrap;
}
.search-setting-table .button-column {
/* minimal width so that table remains static sized and most space remains for middle column with settings */
width: 50px;