mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-15 17:49:19 +00:00
limit img.mimeicon in width
This commit is contained in:
parent
49e46a6aab
commit
a3d2f844b0
|
@ -39,6 +39,8 @@ img.mimeicon {
|
|||
border-style: solid;
|
||||
border-width: 1px 2px 2px 1px;
|
||||
background-color: white;
|
||||
max-width: 100%;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
span.list-details {
|
||||
|
|
Loading…
Reference in New Issue
Block a user