Skip to content

Commit d6cdd6e

Browse files
Copilotulysses4ever
andcommitted
Fix text overflow by adding width constraints and padding to inner content div
Co-authored-by: ulysses4ever <6832600+ulysses4ever@users.noreply.github.com>
1 parent 29e79b1 commit d6cdd6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/assets/css/dark-mode.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ body.dark-mode #newsplash::before {
158158
body.dark-mode #newsplash > div {
159159
position: relative;
160160
z-index: 1;
161+
max-width: 100%;
162+
padding-right: 20px;
163+
box-sizing: border-box;
161164
}
162165

163166
body.dark-mode .newsplash a.nostarchlink {

0 commit comments

Comments
 (0)