Fix small bootstrap issues [SCI-9051]

This commit is contained in:
Anton 2023-08-11 11:34:11 +02:00
parent e9ac5bed82
commit a46674b3a3
2 changed files with 2 additions and 0 deletions

View file

@ -108,6 +108,7 @@
// Components
@import "~bootstrap/less/component-animations.less";
@import "~bootstrap/less/dropdowns.less";
@import "~bootstrap/less/button-groups.less";
@import "~bootstrap/less/input-groups.less";
@import "~bootstrap/less/navs.less";
@import "~bootstrap/less/navbar.less";

View file

@ -19,6 +19,7 @@
<div class="form-group" style="max-width: 500px;">
<%= f.text_area :description, label: t('users.settings.teams.new.description_label') %>
<br>
<small>
<%=t 'users.settings.teams.new.description_sublabel' %>
</small>