Fix mobile-UI for statuses by instance section

This commit is contained in:
Angelina Filippova 2020-02-27 01:30:11 +03:00
parent e38c59cc49
commit 2524581cfd

View file

@ -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>