Skip to content

Commit bcaca06

Browse files
fix: horizontal scrollbar appearing on small screen (#6680)
* fix: horizontal scrollbar appearing on small screen * refactor: usage of tailwind break-all class Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Théo LUDWIG <[email protected]> * refactor: usage of tailwind bracket class Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Théo LUDWIG <[email protected]> * chore: delete additional space layouts/layouts.module.css Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Théo LUDWIG <[email protected]> * style: fix linting --------- Signed-off-by: Théo LUDWIG <[email protected]> Co-authored-by: Caner Akdas <[email protected]>
1 parent fa5bc01 commit bcaca06

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

components/Containers/Footer/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
border-t
77
border-neutral-200
88
bg-white
9-
px-8
109
py-4
1110
dark:border-neutral-900
1211
dark:bg-neutral-950
12+
sm:px-8
1313
md:flex-row
1414
md:justify-between
1515
md:py-5;

components/Containers/MetaBar/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
border-l-neutral-200
99
px-4
1010
py-6
11+
[overflow-wrap:anywhere]
1112
dark:border-l-neutral-900
1213
md:max-w-xs
1314
lg:px-6

layouts/layouts.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@
214214

215215
main {
216216
@apply max-w-[660px]
217-
gap-4;
217+
gap-4
218+
break-all;
218219
}
219220
}
220221
}

0 commit comments

Comments
 (0)