Merge pull request #5969 from aignatov-bio/ai-sci-9051-small-bootstrap-fixes

Fix small bootstrap issues [SCI-9051]
This commit is contained in:
aignatov-bio 2023-08-11 11:36:39 +02:00 committed by GitHub
commit 2ba30a7c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>