Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 3cda343

Browse files
committed
style(success message): fixed different length of success message on scrolling
1 parent ee46401 commit 3cda343

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/styles/modules/_settings.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,10 @@ body.settings #main-content.card {
113113
z-index: 2;
114114

115115
@include respond-to('big') {
116-
left: 50%;
117-
margin: 0 0 0 -250px;
116+
margin: 0px;
118117
position: absolute;
119118
top: 64px;
120-
width: 500px;
119+
width: 100%;
121120
}
122121

123122
@include respond-to('small') {

0 commit comments

Comments
 (0)