mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 07:13:57 +08:00
Merge pull request #2551 from mlorb/ml-sci-4620
Fix missing corner on opened task inventory [SCI-4620]
This commit is contained in:
commit
1e0fed75d1
2 changed files with 2 additions and 1 deletions
|
@ -103,6 +103,7 @@
|
|||
border: $border-default;
|
||||
border-radius: $border-radius-modal;
|
||||
margin-bottom: 10px;
|
||||
overflow: hidden;
|
||||
|
||||
.assigned-repository-caret {
|
||||
align-items: center;
|
||||
|
@ -115,6 +116,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