Skip to content

Commit 68db2a4

Browse files
author
Dilmi Wickramanayake
committed
adding number format
1 parent 92b3260 commit 68db2a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/nidaqmx/nidaqmx_analog_input_filtering/nidaqmx_analog_input_filtering_panel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727
st.markdown(
2828
"""
2929
<style>
30-
div.stNumberInput {
30+
div.stNumberInput {
3131
max-width: 190px !important;
3232
}
3333
div.stTextInput {
3434
max-width: 190px !important;
3535
}
36+
3637
div[data-baseweb="select"] {
3738
width: 190px !important; /* Adjust the width as needed */
3839
}

0 commit comments

Comments
 (0)