mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix padding for current tasks widget
This commit is contained in:
parent
122edf7cca
commit
a5bdef07a2
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
|||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
padding: 0 16px;
|
||||
padding: 0 10px;
|
||||
position: relative;
|
||||
|
||||
&.disabled {
|
||||
|
|
Loading…
Reference in a new issue