فهرست منبع

Fixes #15760: Permit breaking of long words for wrap within object attribute tables

Jeremy Stretch 1 سال پیش
والد
کامیت
174865b9aa
2فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 0 0
      netbox/project-static/dist/netbox.css
  2. 5 0
      netbox/project-static/styles/transitional/_tables.scss

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 5 - 0
netbox/project-static/styles/transitional/_tables.scss

@@ -37,6 +37,11 @@ table.attr-table {
     border-bottom-style: hidden;
   }
 
+  // Permit breaking of words which don't fit on one line in the cell
+  td {
+    overflow-wrap: anywhere;
+  }
+
 }
 
 // Remove bottom margin from <pre> elements inside table cells

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است