mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
set overflow: hidden for legend
This commit is contained in:
parent
e20d7a21f8
commit
bfc436b5f0
|
@ -20,6 +20,9 @@
|
|||
#login_wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
legend { /* to prevent overlong filenames from cause horiz. scroll */
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
img.mimeicon {
|
||||
-moz-border-bottom-colors: none;
|
||||
|
|
|
@ -9,6 +9,9 @@ body { /* Add top padding for full-width layout */
|
|||
#login_wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
legend { /* to prevent overlong filenames from cause horiz. scroll */
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
a.navbar-brand img {
|
||||
|
|
Loading…
Reference in New Issue
Block a user