mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Fixed: typo on margin-bottom (#2182)
This commit is contained in:
parent
dd53e51468
commit
4574ff5f6d
@ -1,7 +1,7 @@
|
|||||||
.hotkeys-modal {
|
.hotkeys-modal {
|
||||||
h3 {
|
h3 {
|
||||||
margin-top : 0;
|
margin-top : 0;
|
||||||
margin-botton : 0;
|
margin-bottom : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hotkey-group {
|
.hotkey-group {
|
||||||
@ -20,4 +20,4 @@
|
|||||||
font-size : 22px;
|
font-size : 22px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user