瀏覽代碼

wrap text in annotations modal (#7549)

annotation: wrap text in drop_element, fixes #7542
xginn8 9 年之前
父節點
當前提交
1c8509ea58
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/sass/mixins/_drop_element.scss

+ 1 - 0
public/sass/mixins/_drop_element.scss

@@ -12,6 +12,7 @@
       color: $theme-color;
       padding: 0.65rem;
       font-size: $font-size-sm;
+      word-wrap: break-word;
       max-width: 20rem;
 
       &:before {