mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-31 21:38:19 +03:00
Fixed padding
This commit is contained in:
parent
7f9744cef2
commit
1562f7ef35
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
left: 0;
|
||||
z-index: 1000;
|
||||
display: block;
|
||||
padding: 30px 20px 20px;
|
||||
padding: 30px 15px 15px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
background-color: #f7f7f7;
|
||||
|
|
Loading…
Reference in a new issue