Skip to content

Commit ed589e1

Browse files
fix: CSS collision for button border radius in jupyter lab
1 parent f50025e commit ed589e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

js/src/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ html {
2121
/* From _reset.scss */
2222
box-sizing: border-box;
2323
}
24+
25+
/* fix for override from jp-ThemedContainer button */
26+
button.v-btn--rounded {
27+
border-radius: 28px;
28+
}

0 commit comments

Comments
 (0)