add padding to fullscreenMessage
to don't stick to the sides of the content container when the text is long or the container small
This commit is contained in:
parent
d4cb8a6b57
commit
c593ecf01e
1 changed files with 1 additions and 0 deletions
|
@ -767,6 +767,7 @@ textarea,
|
|||
}
|
||||
|
||||
.fullscreenMessage {
|
||||
padding: 22px;
|
||||
@extend .centered;
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Reference in a new issue