🐛 Fix visual problem with group invite

This commit is contained in:
alonso.torres 2021-04-26 11:35:06 +02:00 committed by Andrés Moya
parent 1ee1cada9e
commit a507ab0e07
2 changed files with 3 additions and 1 deletions

View file

@ -24,7 +24,8 @@
}
.custom-select {
width: 103px
width: 103px;
overflow: hidden;
}
.action-buttons {