post tooltips: fix long tags causing tag list to overflow.
The default min-width for flex items is auto instead of 0.
This commit is contained in:
@@ -32,8 +32,13 @@ $tooltip-body-height: $tooltip-line-height * 6; // 4 lines high.
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-tooltip-body-left { flex: 0; }
|
.post-tooltip-body-left {
|
||||||
.post-tooltip-body-right { flex: 1; }
|
flex: 0;
|
||||||
|
}
|
||||||
|
.post-tooltip-body-right {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.post-tooltip-header {
|
div.post-tooltip-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user