Skip to content

Commit 2f710b9

Browse files
committed
CSS: addressed an issue that came up with the SPARC portal.
Thanks a lot @akhuoa for your help on this! Very much appreciated!
1 parent 56cd5e0 commit 2f710b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/renderer/src/assets/app.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,21 @@
66
@import "primeicons/primeicons.css";
77

88
body {
9+
*,
10+
::before,
11+
::after {
12+
box-sizing: initial;
13+
}
14+
915
.opencor {
1016
--border-color: var(--p-content-border-color);
1117

18+
*,
19+
::before,
20+
::after {
21+
box-sizing: border-box;
22+
}
23+
1224
background-color: var(--p-content-background);
1325
color: var(--p-content-color);
1426
margin: 0;

0 commit comments

Comments
 (0)