mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: Set min-width for Actions Column in Index
This commit is contained in:
parent
b6276600ce
commit
0491358b72
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@
|
||||||
.actions {
|
.actions {
|
||||||
composes: cell;
|
composes: cell;
|
||||||
|
|
||||||
flex: 0 0 90px;
|
flex: 0 1 90px;
|
||||||
|
min-width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkInput {
|
.checkInput {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue