mirror of
https://github.com/fjdu/obsidian-latex-unicode.git
synced 2026-07-22 04:34:00 +00:00
11 lines
164 B
CSS
11 lines
164 B
CSS
table.latexInputTable, #userInput, #resDisp {
|
|
width: 100%;
|
|
}
|
|
|
|
.latexInputTable td:first-child {
|
|
width: 30%;
|
|
}
|
|
|
|
.latexInputTable td:last-child {
|
|
width: 70%;
|
|
}
|