We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed4d02 commit 9d9a32dCopy full SHA for 9d9a32d
src/styles.css
@@ -38,15 +38,10 @@ div.react-js-cron-error div.react-js-cron-custom-select {
38
background: #fff6f6;
39
}
40
/* antd v6: .ant-select-content replaces .ant-select-selector */
41
+/* In antd v6 the suffix arrow is a flex sibling, so padding-right is no longer needed */
42
div.react-js-cron-select.react-js-cron-custom-select.ant-select
43
div.ant-select-content {
44
padding-left: 11px;
- padding-right: 30px;
45
-}
46
-.react-js-cron-read-only
47
- div.react-js-cron-select.react-js-cron-custom-select.ant-select
48
- div.ant-select-content {
49
- padding-right: 11px;
50
51
/* antd v6: prevent selected value text from wrapping */
52
div.react-js-cron-custom-select .ant-select-content-item {
0 commit comments