mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Merge pull request #2480 from aignatov-bio/ai-sci-4457-fix-padding-dashboard-current-list
Fix padding for current tasks widget [SCI-4457]
This commit is contained in:
commit
39be0d5109
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