We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580b724 commit 91dbfd2Copy full SHA for 91dbfd2
liens-morts-detector-jlg/assets/css/blc-admin-styles.css
@@ -108,8 +108,11 @@
108
content: attr(data-colname) ":";
109
font-weight: 600;
110
color: #50575e;
111
- flex: 0 0 120px;
112
- max-width: 40%;
+ flex: 0 0 clamp(96px, 42%, 180px);
+ max-width: 100%;
113
+ white-space: normal;
114
+ word-break: break-word;
115
+ margin-right: 6px;
116
text-transform: none;
117
letter-spacing: 0;
118
}
0 commit comments