Skip to content

Commit

Permalink
IBX-2108: Adjust fields' width in edit views (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored Feb 1, 2022
1 parent 6782510 commit e376923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
position: relative;

.ibexa-dropdown {
&__wrapper {
max-width: calculateRem(550px);
}

&__selection-info {
width: 100%;
}

&__items {
max-height: calculateRem(300px);
max-width: calculateRem(550px);
overflow-y: auto;
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="row ibexa-anchor-navigation-sections__section {{ anchor_section_class|default('') }}"
>
{% block anchor_section_content %}
<div class="offset-1 col-6">
<div class="offset-1 col-7">
{% block anchor_section_header %}{% endblock %}
{% block anchor_section_body %}{% endblock %}
{% block anchor_section_footer %}{% endblock %}
Expand Down

0 comments on commit e376923

Please sign in to comment.