Skip to content
Snippets Groups Projects
Commit d3f042a6 authored by Andrew8xx8's avatar Andrew8xx8
Browse files

Css classes improved

parent 9c747fbb
No related branches found
No related tags found
1 merge request!2931Team and group descriptions
Loading
Loading
@@ -10,7 +10,7 @@
.input
= f.text_field :name, placeholder: "Example Group", class: "xxlarge"
 
.clearfix.group_description_holder
.clearfix.group-description-holder
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@
Group name is
.input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
.clearfix.group_description_holder
.clearfix.group-description-holder
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
Loading
Loading
Loading
Loading
@@ -10,7 +10,7 @@
.input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
 
.clearfix.group_description_holder
.clearfix.group-description-holder
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
Loading
Loading
Loading
Loading
@@ -10,7 +10,7 @@
.input
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
 
.clearfix.group_description_holder
.clearfix.group-description-holder
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment