Updated column header style to match other panels with rounded corners

This commit is contained in:
mgabdev 2019-07-08 23:58:07 -04:00
parent a74d1ce2fc
commit 29215a2479

View File

@ -2445,6 +2445,9 @@ a.status-card.compact:hover {
.column-header__wrapper {
position: relative;
flex: 0 0 auto;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
overflow: hidden;
&.active {
&::before {