mirror of https://github.com/Sonarr/Sonarr
Fixed: Spacing between manual download and override download buttons
This commit is contained in:
parent
3e87870370
commit
7ed0407e77
|
@ -68,7 +68,8 @@
|
|||
.manualDownloadContent {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin: 0 2px;
|
||||
width: 22px;
|
||||
height: 20.39px;
|
||||
vertical-align: middle;
|
||||
line-height: 20.39px;
|
||||
|
|
|
@ -272,6 +272,7 @@ function InteractiveSearchRow(props: InteractiveSearchRowProps) {
|
|||
/>
|
||||
|
||||
<Link
|
||||
className={styles.manualDownloadContent}
|
||||
title="Override and add to download queue"
|
||||
onPress={onOverridePress}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue