diff --git a/frontend/src/css/file-chooser.css b/frontend/src/css/file-chooser.css index eabd46eb3e..e67d828fa1 100644 --- a/frontend/src/css/file-chooser.css +++ b/frontend/src/css/file-chooser.css @@ -123,7 +123,7 @@ border-bottom: 1px solid rgba(0, 0, 0, 0); } -.item-text { +.file-chooser-item .item-info .item-text { padding-left: 2.8rem; font-size: 15px; white-space: nowrap; @@ -132,7 +132,7 @@ line-height: 24px; } -.item-left-icon { +.file-chooser-item .item-info .item-left-icon { position: absolute; display: flex; align-items: center;