Skip to content

Commit 56533ad

Browse files
committed
Fix text out of label
1 parent d61479a commit 56533ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/custom-theme.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ $heading4Size: 1.0em;
2626

2727
@import "reveal-js/css/theme/template/theme";
2828

29+
.label foreignObject {
30+
font-size: 90%;
31+
overflow: visible;
32+
}
33+
2934
.no-border {
3035
border: none !important;
3136
background: none !important;
@@ -87,6 +92,6 @@ section.has-light-background {
8792
background-color: transparent;
8893
}
8994

90-
.reveal .slide-number > a {
95+
.reveal .slide-number>a {
9196
color: #ff3c3e;
9297
}

0 commit comments

Comments
 (0)