style: 实例列表下拉,内容过长换行

This commit is contained in:
@changcode
2022-04-02 11:35:42 +08:00
parent 135f5c2d6d
commit 9993d6f0de

View File

@@ -70,6 +70,8 @@
.row__content {
display: flex;
color: #3976CB;
word-wrap: break-word;
max-width: 30%;
.alert-level-tag {
display: flex;
@@ -98,6 +100,7 @@
.row__content {
padding: 2px 0;
max-width: unset;
&:first-of-type {
padding-top: 0;