mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix horizontal scrollbar appearing when footer is too long, footer wraps now
This commit is contained in:
parent
13ed59c1cf
commit
8f81f007cd
1 changed files with 1 additions and 2 deletions
|
|
@ -49,9 +49,8 @@ footer {
|
|||
p.info {
|
||||
color: #777;
|
||||
text-align: center;
|
||||
width: 352px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
p.info a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue