diff --git a/app/styles/_core.less b/app/styles/_core.less index f31c205c6f..78eb487c6e 100644 --- a/app/styles/_core.less +++ b/app/styles/_core.less @@ -17,6 +17,7 @@ select, select.form-control, textarea, + textarea.form-control, .console-os .ace_editor { font-size: 16px; } diff --git a/dist/styles/main.css b/dist/styles/main.css index 7cffa013f3..31be2475fd 100644 --- a/dist/styles/main.css +++ b/dist/styles/main.css @@ -3734,7 +3734,7 @@ code.command{display:inline-block;line-height:1.3;margin-right:2px} .build-well .build-detail .build-detail-label,.build-well .build-detail .deployment-detail-label,.build-well .build-detail .pod-detail-label,.build-well .deployment-detail .build-detail-label,.build-well .deployment-detail .deployment-detail-label,.build-well .deployment-detail .pod-detail-label,.build-well .pod-detail .build-detail-label,.build-well .pod-detail .deployment-detail-label,.build-well .pod-detail .pod-detail-label,.deployment-well .build-detail .build-detail-label,.deployment-well .build-detail .deployment-detail-label,.deployment-well .build-detail .pod-detail-label,.deployment-well .deployment-detail .build-detail-label,.deployment-well .deployment-detail .deployment-detail-label,.deployment-well .deployment-detail .pod-detail-label,.deployment-well .pod-detail .build-detail-label,.deployment-well .pod-detail .deployment-detail-label,.deployment-well .pod-detail .pod-detail-label,.pod-well .build-detail .build-detail-label,.pod-well .build-detail .deployment-detail-label,.pod-well .build-detail .pod-detail-label,.pod-well .deployment-detail .build-detail-label,.pod-well .deployment-detail .deployment-detail-label,.pod-well .deployment-detail .pod-detail-label,.pod-well .pod-detail .build-detail-label,.pod-well .pod-detail .deployment-detail-label,.pod-well .pod-detail .pod-detail-label{margin-right:10px} .build-well .build-status-button,.deployment-well .build-status-button,.pod-well .build-status-button{margin-left:7px} .ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important} -@media only screen and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:0){.console-os .ace_editor,input[type=text],input[type=url],input[type=number],input[type=search],select,select.form-control,textarea{font-size:16px} +@media only screen and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:0){.console-os .ace_editor,input[type=text],input[type=url],input[type=number],input[type=search],select,select.form-control,textarea,textarea.form-control{font-size:16px} body{padding-right:0px!important} .modal-open{overflow-y:auto} }