Skip to content

Commit 7b83464

Browse files
author
OpenShift Bot
authored
Merge pull request #1210 from spadgett/ios-textarea-zoom
Merged by openshift-bot
2 parents 5fe0d17 + a18118b commit 7b83464

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/styles/_core.less

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
select,
1818
select.form-control,
1919
textarea,
20+
textarea.form-control,
2021
.console-os .ace_editor {
2122
font-size: 16px;
2223
}

dist/styles/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3734,7 +3734,7 @@ code.command{display:inline-block;line-height:1.3;margin-right:2px}
37343734
.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}
37353735
.build-well .build-status-button,.deployment-well .build-status-button,.pod-well .build-status-button{margin-left:7px}
37363736
.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}
3737-
@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}
3737+
@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}
37383738
body{padding-right:0px!important}
37393739
.modal-open{overflow-y:auto}
37403740
}

0 commit comments

Comments
 (0)