Change max-width for the page title
This commit is contained in:
@@ -652,7 +652,7 @@ div.ui-tooltip {
|
|||||||
/* header */
|
/* header */
|
||||||
header {
|
header {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 10px;
|
||||||
border-bottom: 1px solid #dedede;
|
border-bottom: 1px solid #dedede;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -662,7 +662,7 @@ header h1 {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 75%;
|
max-width: 70%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* header */
|
/* header */
|
||||||
header {
|
header {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 10px;
|
||||||
border-bottom: 1px solid #dedede;
|
border-bottom: 1px solid #dedede;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ header h1 {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 75%;
|
max-width: 70%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user