Skip to content

Commit d18013b

Browse files
committed
row clearfix for .login .module., see sehmaschine#97 and sehmaschine#99
1 parent 9c5784a commit d18013b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

grappelli/static/grappelli/css/grappelli-skin-default.css

+8
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,14 @@ ul.messagelist li + li {
361361
border-top: 1px solid #444;
362362
border-bottom: 1px solid #222;
363363
}
364+
.login .module .row:after {
365+
clear: both;
366+
content: " ";
367+
display: block;
368+
font-size: 0;
369+
height: 0;
370+
visibility: hidden;
371+
}
364372
.login .module label {
365373
color: #eee;
366374
}

0 commit comments

Comments
 (0)