Skip to content

Commit

Permalink
IBX-1426: Fixed displaying of errors in contet edit (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Jan 20, 2022
1 parent 18af816 commit d10c849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ form:not(.form-inline) {
font-style: normal;
color: $ibexa-color-danger;
line-height: calculateRem(18px);
align-items: center;
flex-direction: column;
box-sizing: border-box;
margin-top: calculateRem(4px);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% trans_default_domain 'content_type' %}
{% set current_language = app.request.get('languageCode') ?: language_code %}

<div class="container ibexa-container">
<div class="container">
{% set global_properties_items = [
{
label: 'content_type.name'|trans|desc('Name'),
Expand Down

0 comments on commit d10c849

Please sign in to comment.