mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix missing corner on opened task inventory
This commit is contained in:
parent
8e20dccc66
commit
9c4d07f0dd
2 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,7 @@
|
|||
&.collapsed:hover,
|
||||
&.collapsed:active {
|
||||
background: $color-concrete;
|
||||
border-radius: 6px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
.pagination-row {
|
||||
align-items: center;
|
||||
background-color: $color-white;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
min-height: 68px;
|
||||
|
|
Loading…
Reference in a new issue