File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ html[data-theme='dark'] .badge--secondary:hover {
761
761
.dc-calc-table td {
762
762
font-weight : bold;
763
763
text-align : center;
764
+ overflow : hidden;
765
+ white-space : nowrap;
764
766
}
765
767
/* End DcCostEstimator.jsx */
766
768
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ const OperationCostEstimator = () => {
58
58
< label htmlFor = "numberOfDevices" > Number of Devices:</ label >
59
59
< input
60
60
type = "number"
61
+ pattern = "[0-9]*"
61
62
id = "numberOfDevices"
62
63
value = { numberOfDevices }
63
64
onChange = { handleNumberOfDevicesChange }
@@ -69,6 +70,7 @@ const OperationCostEstimator = () => {
69
70
< div className = 'dc-calc-frequency-wrapper' >
70
71
< input
71
72
type = "number"
73
+ pattern = "[0-9]*"
72
74
id = "uplinkFrequency"
73
75
value = { uplinkFrequency }
74
76
onChange = { handleUplinkFrequencyChange }
You can’t perform that action at this time.
0 commit comments