Commit ec0d860c authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Kamil Trzciński

Truncate long feature flag names and descriptions in table on small screens

parent f3ac8e7d
......@@ -19,8 +19,8 @@
.table-section.section-50{ role: 'gridcell' }
.table-mobile-header{ role: "rowheader" }= s_('FeatureFlags|Feature Flag')
.table-mobile-content.d-flex.flex-column
.text-monospace= feature_flag.name
.text-secondary= feature_flag.description
.text-monospace.text-truncate= feature_flag.name
.text-secondary.text-truncate= feature_flag.description
.table-section.section-40.table-button-footer{ role: 'gridcell' }
.table-action-buttons.btn-group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment