Fix: card width in mobile view

This commit is contained in:
Raphael Beer 2020-03-26 09:13:16 +01:00
parent 1d81d367b0
commit c9f74c18c0
No known key found for this signature in database
GPG Key ID: C1AC5E018B25EF11

View File

@ -44,7 +44,6 @@
</div>
<ds-space margin="x-small">
<ds-input
ref="filter"
@input.native="setFilter"
:placeholder="filter"
v-focus="true"
@ -142,7 +141,7 @@ export default {
.hc-connections {
position: relative;
max-height: 424px;
width: 240px;
width: auto;
> .no-connections-message {
text-align: center;