fix dark (red) theme catalog view when clicked on
This commit is contained in:
parent
0f62ab3ea0
commit
f7e6bb37c5
|
@ -265,3 +265,6 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
|
||||||
border: #555555 1px solid;
|
border: #555555 1px solid;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.theme-catalog div.grid-size-small {
|
||||||
|
max-width: 140px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue