mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-15 17:33:31 +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;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 0 16px;
|
padding: 0 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
|
|
Loading…
Reference in a new issue