mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Allow long title.
This commit is contained in:
parent
26047cc8ab
commit
87f76d86c3
1 changed files with 1 additions and 2 deletions
|
@ -57,9 +57,8 @@ body .form-control {
|
||||||
|
|
||||||
.view-title {
|
.view-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 240px;
|
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
margin: -35px auto 0 auto;
|
margin: -35px 120px 0 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
|
|
Loading…
Add table
Reference in a new issue