diff --git a/assets/scss/components/_content-item.scss b/assets/scss/components/_content-item.scss index 1de7f2f5ef..95e1a12666 100644 --- a/assets/scss/components/_content-item.scss +++ b/assets/scss/components/_content-item.scss @@ -147,7 +147,7 @@ $content-item-padding-vertical: $length-14; // This width will not be respected but it will prevent the block // to push against the other flex item (the comments bubble). - width: 10%; + min-width: 10%; color: $accent-800;