Merge pull request #3517 from artoscinote/ma_SCI_6013

Experiment dropdown layout fixes [SCI-6013]
This commit is contained in:
Alex Kriuchykhin 2021-09-14 11:16:16 +02:00 committed by GitHub
commit 8a1454ddea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View file

@ -41,8 +41,7 @@
.dropdown-menu {
.form-dropdown-break hr {
margin-bottom: 8px;
margin-top: 0;
margin: 0;
}
.form-dropdown-item {
@ -62,6 +61,13 @@
.form-dropdown-item-info {
color: $color-silver-chalice !important;
border-top: 1px solid $color-concrete;
padding-top: .3em;
}
&:only-child .form-dropdown-item-info {
border-top: 0;
padding-top: 0;
}
.project-archive-restore-form {

View file

@ -63,9 +63,6 @@
<% end %>
</li>
<% end %>
<li class="form-dropdown-break">
<hr>
</li>
<li class="form-dropdown-item">
<div class="form-dropdown-item-info">
<small><%= t('experiments.experiment_id') %>: <strong><%= experiment.code %></strong></small>