Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 18721e9

Browse files
author
DEWITTE Pierre-Alban
committed
[STYLE] Having the same size of result between math and text
1 parent 12ece78 commit 18721e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

myscript-text-web.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
overflow: auto;
3434
text-align: center;
3535
font-size: xx-large;
36-
min-height: 100px;
37-
max-height: 100px;
36+
min-height: 95px;
37+
max-height: 95px;
3838
}
3939
span[selected] {
4040
color: #00A7CF;

0 commit comments

Comments
 (0)