瀏覽代碼

fix(polls): Don't let poll question and option text overflow

master
Vlad Piersec 4 年之前
父節點
當前提交
16c3a35da9
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      css/_polls.scss

+ 1
- 0
css/_polls.scss 查看文件

@@ -249,6 +249,7 @@ a.poll-detail-link, a.poll-change-vote-link {
249 249
     border-width: thin;
250 250
     border-style: solid;
251 251
     border-color: #616161;
252
+    word-break: break-word;
252 253
 }
253 254
 
254 255
 .poll-create-label {

Loading…
取消
儲存