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;
|
||||
height: 36px;
|
||||
flex-direction: column;
|
||||
margin: 10px 10px
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.select-field {
|
||||
width: 100%;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.select-instance {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue