File tree 4 files changed +4
-0
lines changed
src/open_inwoner/scss/components/Typography
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7
7
margin : var (--row-height ) 0 0 0 ;
8
8
display : flex ;
9
9
justify-content : space-between ;
10
+ word-break : break-all ;
10
11
11
12
& :first-of-type {
12
13
margin : 0 ;
Original file line number Diff line number Diff line change 7
7
margin : 0 ;
8
8
display : flex ;
9
9
justify-content : space-between ;
10
+ word-break : break-all ;
10
11
11
12
& --extra {
12
13
margin : var (--row-height ) 0 var (--spacing-medium ) 0 ;
Original file line number Diff line number Diff line change 5
5
font-weight : var (--font-weight-heading-3 );
6
6
line-height : var (--font-line-height-heading-3 );
7
7
margin : 0 ;
8
+ word-break : break-all ;
8
9
}
9
10
10
11
.p + .h3 {
Original file line number Diff line number Diff line change 5
5
font-weight : var (--font-weight-heading-4 );
6
6
line-height : var (--font-line-height-heading-4 );
7
7
margin : 0 ;
8
+ word-break : break-all ;
8
9
}
You can’t perform that action at this time.
0 commit comments