diff --git a/lib/components/FilePicker/FileList.scss b/lib/components/FilePicker/FileList.scss index 787057e6..f24f279d 100644 --- a/lib/components/FilePicker/FileList.scss +++ b/lib/components/FilePicker/FileList.scss @@ -7,6 +7,10 @@ tr.file-picker__row { text-overflow: ellipsis; border-bottom: none; // remove lines between elements + &.row-checkbox { + padding: 0 2px; + } + // checkbox is always fully left aligned &:not(.row-checkbox) { padding-inline: 14px 0;