Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 4057322

Browse files
committed
unreliable fix
1 parent 99bb5d9 commit 4057322

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,6 @@
235235
margin-left: 20%;
236236
}
237237

238-
[class^='textArea_'] [class*='fontSize16Padding_'] {
239-
padding-bottom: var(--pad) !important;
240-
padding-top: var(--pad) !important;
241-
}
242-
243238
/* rounding fixes */
244239
[class^="base"] {
245240

theme/modules/indirect-fixes.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
content: 'server';
2121
}
2222

23+
[class^='textArea_'] [class*='fontSize16Padding_'] {
24+
padding-bottom: 17px !important;
25+
padding-top: 17px !important;
26+
}
27+
2328
/* fix app button rounding */
2429
[class^="channelAppLauncher_"]>[class^="buttonContainer_"] {
2530
&>[class^="button_"] {

0 commit comments

Comments
 (0)