Skip to content

Commit fbb1897

Browse files
authored
fix permission box styling (#57879)
1 parent fac4a0e commit fbb1897

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.permissionsBox {
2-
border-radius: 0.625rem;
3-
border-style: solid;
4-
border-color: var(--borderColor-default);
5-
padding: var(--base-size-16);
2+
border-radius: 6px;
3+
border: 1px solid var(--borderColor-default, var(--color-border-default));
4+
padding: 1rem;
65
}

0 commit comments

Comments
 (0)