Skip to content
Snippets Groups Projects
Commit 2524581c authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix mobile-UI for statuses by instance section

parent e38c59cc
No related branches found
No related tags found
1 merge request!97Add mobile and tablet UI, fix styles
...@@ -134,12 +134,14 @@ h1 { ...@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment