fix: clipboard bar are cut on mobile when file has long name

Massimo Melina committed Mar 25, 2024 at 14:08 UTC 96d433308ed7cfda5e11e1615795812675e9f4a9
1 file changed +1 -1
frontend/src/index.scss
+1 -1
@@ -122,7 +122,7 @@ button {
122 background-color: var(--button-bg);
123 color: var(--button-text);
124 padding: .5em;
125 - &:not(.before-sliding) { min-width: 2em; }
125 + &:not(.before-sliding) { min-width: min-content; }
126 &.small { padding: 0 0.4em; height: 30px; }
127 .icon { position: relative; top: .05em; }
128 border: transparent;