diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-15 20:47:14 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-15 20:47:14 -0400 |
commit | e7ccaaeee4180bbf3a9ac23a5423c28185875bac (patch) | |
tree | c30d23b89a17364a7e41d9d8fa0b921f3cf47c6d /assets | |
parent | 56d5b96fc08fe69e3991b7909798b1db0ea5097b (diff) |
Change max-width for the page title
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/app.css | 4 | ||||
-rw-r--r-- | assets/css/src/header.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index f71c96b3..ab6e736f 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -652,7 +652,7 @@ div.ui-tooltip { /* header */ header { margin-top: 10px; - padding-bottom: 15px; + padding-bottom: 10px; border-bottom: 1px solid #dedede; } @@ -662,7 +662,7 @@ header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - width: 75%; + max-width: 70%; float: left; } diff --git a/assets/css/src/header.css b/assets/css/src/header.css index bcb9dcd7..c7bb6843 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -1,7 +1,7 @@ /* header */ header { margin-top: 10px; - padding-bottom: 15px; + padding-bottom: 10px; border-bottom: 1px solid #dedede; } @@ -11,7 +11,7 @@ header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - width: 75%; + max-width: 70%; float: left; } |