Commit 370839cf authored by Phil Hughes's avatar Phil Hughes

fixed alert box moving when is-stuck gets added

parent 86d34921
...@@ -577,7 +577,8 @@ ...@@ -577,7 +577,8 @@
background-color: $white-light; background-color: $white-light;
z-index: 190; z-index: 190;
+ .files { + .files,
+ .alert {
margin-top: 1px; margin-top: 1px;
} }
...@@ -596,7 +597,8 @@ ...@@ -596,7 +597,8 @@
display: none; display: none;
} }
+ .files { + .files,
+ .alert {
margin-top: 30px; margin-top: 30px;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment