Skip to content

Commit d685d2e

Browse files
fix overflow-x
1 parent bb690a5 commit d685d2e

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

dist/ui.html

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.

dist/ui.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ui/components/FileExportSettings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { WebLink } from '@components/WebLink'
1919
const style = css`
2020
display: flex;
2121
flex-direction: column;
22+
overflow-x: hidden;
2223
h1:first-child {
2324
margin-top: 0 !important;
2425
}

src/ui/components/GeneralSettings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { WebLink } from './WebLink'
2626
const style = css`
2727
display: flex;
2828
flex-direction: column;
29+
overflow-x: hidden;
2930
h1:first-child {
3031
margin-top: 0 !important;
3132
}

src/ui/components/UrlExportSettings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import config from '@config/config'
2828
const style = css`
2929
display: flex;
3030
flex-direction: column;
31+
overflow-x: hidden;
3132
h1:first-child {
3233
margin-top: 0 !important;
3334
}

0 commit comments

Comments
 (0)