client/css: fix stacking uploads in upload form
This commit is contained in:
parent
fe0ba63f19
commit
5981b5a0da
1 changed files with 6 additions and 0 deletions
|
@ -82,3 +82,9 @@ $cancel-button-color = tomato
|
||||||
a
|
a
|
||||||
color: $inactive-link-color
|
color: $inactive-link-color
|
||||||
margin-left: 0.5em
|
margin-left: 0.5em
|
||||||
|
|
||||||
|
div:last-child:after
|
||||||
|
display: block
|
||||||
|
content: ' '
|
||||||
|
height: 1px
|
||||||
|
clear: both
|
||||||
|
|
Loading…
Reference in a new issue