Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
f72363d3
Commit
f72363d3
authored
Mar 16, 2017
by
Rafael Ostertag
Browse files
added form-control class to <textarea/>
parent
220bb031
Changes
1
Hide whitespace changes
Inline
Side-by-side
mockup/personmock.html
View file @
f72363d3
...
...
@@ -725,7 +725,7 @@
<label
for=
"mytextarea"
class=
"control-label"
>
Text area
</label>
</div>
<div
class=
"col-md-6"
>
<textarea
id=
"mytextarea"
name=
"mytextarea"
></textarea>
<textarea
class=
"form-control"
id=
"mytextarea"
name=
"mytextarea"
></textarea>
</div>
<div
class=
" col-md-4"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment