Просмотр исходного кода

fix(ui): break text line for the property url value

charlie 1 год назад
Родитель
Сommit
a7ba0be3bf
2 измененных файлов с 7 добавлено и 0 удалено
  1. 1 0
      src/main/frontend/common.css
  2. 6 0
      src/main/frontend/components/property.css

+ 1 - 0
src/main/frontend/common.css

@@ -211,6 +211,7 @@ li p:last-child,
 .external-link {
   text-decoration: none;
   border-bottom: 1px solid;
+  word-break: break-all;
 
   &:hover {
     cursor: alias;

+ 6 - 0
src/main/frontend/components/property.css

@@ -185,6 +185,12 @@
   }
 }
 
+.property-value-inner {
+  .select-item {
+    @apply flex items-center shrink;
+  }
+}
+
 .block-main-container .ls-properties-area {
   margin-top: 0.25em;
 }