Improve CSS structure for project toolbar [SCI-5129]

This commit is contained in:
Oleksii Kriuchykhin 2020-11-04 16:10:40 +01:00
parent 258c57870f
commit 327baafcd7
2 changed files with 5 additions and 5 deletions

View file

@ -54,12 +54,12 @@ table {
margin-left: 15px;
}
#projectsToolbar {
.projects-toolbar {
margin-bottom: 15px;
}
#projectsToolbar .form-group {
width: 100%;
.form-group {
width: 100%;
}
}
.form-inline {

View file

@ -1,4 +1,4 @@
<div id="projectsToolbar">
<div id="projectsToolbar" class="projects-toolbar">
<form class="form-inline" action="<%= projects_path %>">