Merge pull request #2551 from mlorb/ml-sci-4620

Fix missing corner on opened task inventory [SCI-4620]
This commit is contained in:
mlorb 2020-05-14 17:25:39 +02:00 committed by GitHub
commit 1e0fed75d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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;
}

View file

@ -14,7 +14,6 @@
.pagination-row {
align-items: center;
background-color: $color-white;
display: flex;
flex-wrap: wrap;
min-height: 68px;