mirror of
https://github.com/Radarr/Radarr
synced 2025-01-02 13:24:33 +00:00
Fixed: Spacing for the external links icon and width when search showing (#4797)
This commit is contained in:
parent
fabf9ba0e8
commit
c950006db5
1 changed files with 3 additions and 3 deletions
|
@ -87,8 +87,8 @@
|
||||||
.actions {
|
.actions {
|
||||||
composes: cell;
|
composes: cell;
|
||||||
|
|
||||||
flex: 0 1 90px;
|
flex: 0 1 120px;
|
||||||
min-width: 60px;
|
min-width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkInput {
|
.checkInput {
|
||||||
|
@ -98,5 +98,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.externalLinks {
|
.externalLinks {
|
||||||
margin-right: 0.5em;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue