| @@ -8,17 +8,23 @@ | ||
| 8 | 8 | align-items: flex-start; |
| 9 | 9 | white-space: nowrap; |
| 10 | 10 | word-wrap: normal; |
| 11 | 11 | width: 100%; |
| 12 | + gap: 15px; | |
| 12 | 13 | } |
| 13 | 14 | /* Button */ |
| 14 | 15 | .wpbc_times_selector div { |
| 15 | - flex: 0 0 150px; | |
| 16 | - margin: 7px 15px 0 0; | |
| 16 | + margin: 7px 0; | |
| 17 | 17 | padding: 0.1em 1.5em; |
| 18 | 18 | cursor: pointer; |
| 19 | 19 | width: auto; |
| 20 | 20 | line-height: 2; |
| 21 | + | |
| 22 | + flex: 1 1 auto; | |
| 23 | + max-width: Min(250px, 100%); | |
| 24 | + white-space: wrap; | |
| 25 | + word-break: normal; | |
| 26 | + | |
| 21 | 27 | } |
| 22 | 28 | .wpbc_times_selector div.wpbc_time_picker_disabled:hover, |
| 23 | 29 | .wpbc_times_selector div.wpbc_time_picker_disabled { |
| 24 | 30 | cursor: not-allowed; |