Skip to content
Snippets Groups Projects
Unverified Commit fa98363a authored by Rubicon Rowe's avatar Rubicon Rowe Committed by GitHub
Browse files

Fix inconsistent radius in drawer (#24407)

parent a8cd1b12
No related branches found
No related tags found
No related merge requests found
......@@ -2963,6 +2963,8 @@ $ui-header-height: 55px;
margin-bottom: 10px;
display: flex;
flex-direction: row;
border-radius: 4px;
overflow: hidden;
a {
transition: background 100ms ease-in;
......@@ -7046,6 +7048,7 @@ noscript {
.drawer__pager {
height: 50vh;
border-radius: 4px;
}
.drawer__inner {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment