attachment dropdown: limit width, set top margin
This commit is contained in:
parent
9cac360bd7
commit
255b0f65d6
|
@ -1034,5 +1034,7 @@ body#ttrssZoom div.footer {
|
||||||
|
|
||||||
select.attachments {
|
select.attachments {
|
||||||
display : block;
|
display : block;
|
||||||
|
margin-top : 10px;
|
||||||
|
max-width : 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue