Fixed title break on article page.
This commit is contained in:
parent
f7929dca37
commit
2feee507ac
1 changed files with 5 additions and 3 deletions
|
@ -2034,6 +2034,8 @@ h3.internal-auth {
|
|||
border-right: none !important;
|
||||
margin-top: 5px;
|
||||
margin-right: 0px;
|
||||
float: none;
|
||||
display: inline;
|
||||
}
|
||||
#individual-info h2 {
|
||||
color: #5E6363;
|
||||
|
@ -2823,11 +2825,11 @@ span.iconControlsEditable {
|
|||
|
||||
#articleTitleWrapper {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
/*display: flex;*/
|
||||
border-bottom: 1px solid #8B4513;
|
||||
flex-direction: row;
|
||||
/*flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
justify-content: flex-start;*/
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
.articleToolsContainer {
|
||||
|
|
Loading…
Add table
Reference in a new issue