diff --git a/src/FileInput/SelectedFile.js b/src/FileInput/SelectedFile.js index 4aafa42e9..52a543cd5 100644 --- a/src/FileInput/SelectedFile.js +++ b/src/FileInput/SelectedFile.js @@ -54,9 +54,13 @@ const SelectedFile = ({ .label { font-size: 14px; color: ${colors.grey900}; - margin-right: 12px; word-break: break-word; } + .label::after { + content: ' '; + display: inline-block; + width: 12px; + } .action { font-size: 12px; line-height: 12px;