Merge pull request #5246 from NamelessContributor/fix-long-tag-overflow
Fix some long tags / wiki links overflowing their container
This commit is contained in:
@@ -40,6 +40,8 @@ footer#page-footer {
|
||||
@media (min-width: 1920px) {
|
||||
min-width: 280px;
|
||||
}
|
||||
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#content {
|
||||
|
||||
@@ -32,8 +32,13 @@ $tooltip-body-height: $tooltip-line-height * 6; // 4 lines high.
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.post-tooltip-body-left { flex: 0; }
|
||||
.post-tooltip-body-right { flex: 1; }
|
||||
.post-tooltip-body-left {
|
||||
flex: 0;
|
||||
}
|
||||
.post-tooltip-body-right {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div.post-tooltip-header {
|
||||
|
||||
Reference in New Issue
Block a user