Added overflow rules to preview form-control (#4236)

Credit to @tobias-kuendig
This commit is contained in:
Tobias Kündig 2019-04-05 17:20:53 +02:00 committed by Luke Towers
parent a2cb01b65d
commit 725253f601
2 changed files with 2 additions and 1 deletions

View File

@ -216,6 +216,7 @@
height: auto;
min-height: 38px;
border-color: #eee;
word-break: break-word;
.box-shadow(none);
}

View File

@ -4209,7 +4209,7 @@ html.cssanimations .cursor-loading-indicator.hide {display:none}
.form-group.input-sidebar-control .sidebar-control {position:absolute;right:8px;top:34px;font-size:16px;color:#c4c4c4}
.form-group.input-sidebar-control .sidebar-control:hover,
.form-group.input-sidebar-control .sidebar-control:focus {text-decoration:none;color:#0181b9;outline:none}
.form-group-preview .form-control {background-color:#f6f6f6;color:#555;height:auto;min-height:38px;border-color:#eee;-webkit-box-shadow:none;box-shadow:none}
.form-group-preview .form-control {background-color:#f6f6f6;color:#555;height:auto;min-height:38px;border-color:#eee;word-break:break-word;-webkit-box-shadow:none;box-shadow:none}
.form-group-preview .custom-checkbox label,
.form-group-preview .custom-radio label {cursor:default}
.help-block {font-size:13px;margin-bottom:0}