mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Fixed: typo on margin-bottom (#2182)
This commit is contained in:
parent
dd53e51468
commit
4574ff5f6d
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue