Fix pills on bubble layout being cut-off (#8505)

This commit is contained in:
Šimon Brandner
2022-05-05 14:44:59 +02:00
committed by GitHub
parent b12c002602
commit 23cb0ae68c

View File

@@ -58,7 +58,6 @@ limitations under the License.
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: calc(100% - 1ch);
text-decoration: none !important; // To override .markdown-body
}
}