Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
cf9334bd
Commit
cf9334bd
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4725
: width of .uneditable-input should match standard text input width
parent
22c4f3d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+2
-1
docs/assets/css/bootstrap.css
less/forms.less
+2
-1
less/forms.less
with
4 additions
and
2 deletions
+4
-2
docs/assets/css/bootstrap.css
+
2
-
1
View file @
cf9334bd
...
...
@@ -960,7 +960,8 @@ input[type="color"],
}
input
,
textarea
{
textarea
,
.uneditable-input
{
width
:
206px
;
}
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
2
-
1
View file @
cf9334bd
...
...
@@ -91,7 +91,8 @@ input[type="color"],
// Reset appearance properties for textual inputs and textarea
// Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
input,
textarea {
textarea,
.uneditable-input {
width: 206px; // plus 12px padding and 2px border
}
// Reset height since textareas have rows
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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