Skip to content

Commit bdfe55e

Browse files
Updated Hint.css to set .hint-card { text-align:
center; } and make all children inherit it.
1 parent 33dfbb1 commit bdfe55e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Hint.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
overflow: hidden;
4040
text-transform: none;
4141
letter-spacing: normal;
42+
text-align: center;
4243
}
4344

4445
.hint-card * {
@@ -48,6 +49,7 @@
4849
color: inherit;
4950
white-space: normal;
5051
word-break: break-word;
52+
text-align: inherit;
5153
}
5254

5355
.hint-card.stable {

0 commit comments

Comments
 (0)