mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 07:39:57 +02:00
fixes #4725: width of .uneditable-input should match standard text input width
This commit is contained in:
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@@ -960,7 +960,8 @@ input[type="color"],
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
textarea,
|
||||
.uneditable-input {
|
||||
width: 206px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user