forked from AkkomaGang/admin-fe
Fix mobile-UI for statuses by instance section
This commit is contained in:
parent
e38c59cc49
commit
2524581cfd
1 changed files with 4 additions and 2 deletions
|
@ -134,12 +134,14 @@ h1 {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 10px 10px
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-field {
|
.select-field {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
.select-instance {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue