1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix(UI): connection buttons out of screen on small displays, closes #213

This commit is contained in:
2022-03-24 17:34:24 +01:00
parent 6fcae957e1
commit f12e6a96dd
5 changed files with 65 additions and 50 deletions

View File

@ -78,6 +78,7 @@ export default {
.file-uploader-message {
display: flex;
word-break: keep-all;
border-radius: $border-radius 0 0 $border-radius;
}