From 072ccc5b63045347309c9a59fff17dfc060b10cb Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 3 Jan 2021 21:31:33 +0900 Subject: [PATCH] Keep word breaks in table headers --- modules/admin/tpl/css/admin.bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/tpl/css/admin.bootstrap.css b/modules/admin/tpl/css/admin.bootstrap.css index 01ee5fae4..657539c14 100644 --- a/modules/admin/tpl/css/admin.bootstrap.css +++ b/modules/admin/tpl/css/admin.bootstrap.css @@ -667,7 +667,7 @@ .x .x_table{width:100%;margin-bottom:20px} .x .x_table th, .x .x_table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd} -.x .x_table th{font-weight:bold} +.x .x_table th{font-weight:bold;word-break:keep-all} .x .x_table thead th{vertical-align:bottom} .x .x_table caption+thead tr:first-child th, .x .x_table caption+thead tr:first-child td,