mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 23:07:26 +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;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 30px 20px 20px;
|
padding: 30px 15px 15px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
|
|
Loading…
Reference in a new issue