Fixed margin issue with box loding state
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
> .overlay,
|
||||
> .loading-img {
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
2
dist/css/AdminLTE.css
vendored
2
dist/css/AdminLTE.css
vendored
@@ -1309,7 +1309,7 @@ a:focus {
|
||||
.box > .overlay,
|
||||
.box > .loading-img {
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
2
dist/css/AdminLTE.min.css
vendored
2
dist/css/AdminLTE.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user