diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.css b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.css index ed030aa808..0ec29c5463 100644 --- a/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.css +++ b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.css @@ -17,6 +17,10 @@ font-size: 24px; } +.buttons { + flex: 0 0 auto; +} + .cloneButton { composes: button from '~Components/Link/IconButton.css'; @@ -36,3 +40,10 @@ margin: 0; border: none; } + +.label { + @add-mixin truncate; + composes: label from '~Components/Label.css'; + + max-width: 100%; +} diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.js b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.js index 65ef3069aa..512805a8a2 100644 --- a/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.js +++ b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.js @@ -90,7 +90,7 @@ class CustomFormat extends Component { {name} -