diff --git a/assets/css/docs.css b/assets/css/docs.css
index faadb28c20..196fe1f2c8 100644
--- a/assets/css/docs.css
+++ b/assets/css/docs.css
@@ -437,11 +437,6 @@ body {
}
/* Forms */
-.bs-example.form-inline select,
-.bs-example.form-inline input[type="text"],
-.bs-example.form-inline input[type="password"] {
- width: 180px;
-}
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
margin-top: 10px;
diff --git a/css.html b/css.html
index ee15c30e9b..190f8f2377 100644
--- a/css.html
+++ b/css.html
@@ -1394,10 +1394,14 @@ For example, <section>
should be wrapped as inline.
Screen readers will have trouble with your forms if you don't include a label for every input. For these inline forms, you can hide the labels using the .sr-only
class.