Column border-radius fixes

merge-requests/155/head
Alex Gleason 4 years ago
parent 2c010768e9
commit ccec8698fc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -212,6 +212,7 @@
font-size: 16px;
line-height: inherit;
border: 0;
border-radius: 10px 10px 0 0;
text-align: unset;
padding: 15px;
margin: 0;

@ -62,6 +62,7 @@
border-bottom: 1px solid var(--brand-color--faint);
display: flex;
flex-direction: row;
border-radius: 0 0 10px 10px;
}
.detailed-status__link {

@ -188,6 +188,7 @@
align-items: center;
justify-content: center;
padding: 20px;
border-radius: 0 0 10px 10px;
& > div {
width: 100%;

Loading…
Cancel
Save