Skip to content

Commit

Permalink
fix(styles): notification mobile (#3783)
Browse files Browse the repository at this point in the history
* fix(styles): notification mobile

* fix(styles): notification mobile limit title

* chore(styles): ci run [ci visual]
  • Loading branch information
platon-rov committed Aug 11, 2022
1 parent f169fc4 commit d6584b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,14 @@ $block: #{$fd-namespace}-notification;
@include fd-reset();

font-size: var(--sapFontHeader5Size);
white-space: break-spaces;
}

&--description {
@include fd-reset();

margin: 0.5rem 0 0;
white-space: break-spaces;
}
}

Expand Down Expand Up @@ -238,6 +240,7 @@ $block: #{$fd-namespace}-notification;
@include fd-reset();

overflow: hidden;
height: 100%;

.#{$block}__body {
padding: 1rem 0.5rem 1rem 1rem;
Expand Down

0 comments on commit d6584b3

Please sign in to comment.