mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
Fixed: Spacing for the external links icon and width when search showing (#4797)
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
.actions {
|
||||
composes: cell;
|
||||
|
||||
flex: 0 1 90px;
|
||||
min-width: 60px;
|
||||
flex: 0 1 120px;
|
||||
min-width: 90px;
|
||||
}
|
||||
|
||||
.checkInput {
|
||||
@@ -98,5 +98,5 @@
|
||||
}
|
||||
|
||||
.externalLinks {
|
||||
margin-right: 0.5em;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user