浏览代码
[UI] fitting long description in window (#2831)
Ayush Goyal
4 年之前
|
@@ -151,7 +151,7 @@
|
|
|
.table-description {
|
|
.table-description {
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
margin-left: 30px;
|
|
margin-left: 30px;
|
|
|
- white-space: pre;
|
|
|
|
|
|
|
+ white-space: pre-wrap;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.properties-table {
|
|
.properties-table {
|