mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Merge pull request #5969 from aignatov-bio/ai-sci-9051-small-bootstrap-fixes
Fix small bootstrap issues [SCI-9051]
This commit is contained in:
commit
2ba30a7c7a
2 changed files with 2 additions and 0 deletions
1
app/javascript/packs/bootstrap.less
vendored
1
app/javascript/packs/bootstrap.less
vendored
|
@ -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";
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue