add preview width constraint (#10062)

* fix: add preview width constraint

* fix: set object item dropdown menu nowrap style
This commit is contained in:
鸿则
2020-07-17 01:46:27 +08:00
committed by GitHub
parent 48aebf2d9d
commit 1341bf5a9e
2 changed files with 3 additions and 2 deletions

View File

@@ -349,6 +349,7 @@ div.fesl-row {
margin: 0;
height: 100%;
text-align: right;
white-space: nowrap;
}
.dropdown {
@@ -495,4 +496,4 @@ div.fesl-row {
.opacity(1);
right: 0;
}
}
}