style.css in King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder 51.1.84, at includes/widgets/Woo_Product_Breadcrumbs/style.css
| 1 | .ka-woo-breadcrumbs { |
| 2 | display: flex; |
| 3 | flex-wrap: wrap; |
| 4 | gap: 6px; |
| 5 | align-items: center; |
| 6 | min-width: 0; |
| 7 | } |
| 8 | |
| 9 | .ka-woo-breadcrumbs a { |
| 10 | text-decoration: none; |
| 11 | display: inline-flex; |
| 12 | align-items: center; |
| 13 | gap: 4px; |
| 14 | min-width: 0; |
| 15 | overflow: hidden; |
| 16 | text-overflow: ellipsis; |
| 17 | white-space: nowrap; |
| 18 | } |
| 19 | |
| 20 | .ka-woo-breadcrumbs__sep { |
| 21 | opacity: 0.7; |
| 22 | } |
| 23 | |
| 24 | .ka-woo-breadcrumbs__home { |
| 25 | display: inline-flex; |
| 26 | align-items: center; |
| 27 | } |
| 28 | |
| 29 | .ka-woo-breadcrumbs .breadcrumb_last { |
| 30 | min-width: 0; |
| 31 | overflow: hidden; |
| 32 | text-overflow: ellipsis; |
| 33 | white-space: nowrap; |
| 34 | } |
| 35 | |
| 36 | |
| 37 | |
| 38 | |
| 39 | |
| 40 | |
| 41 |