@elastic/eui 65.0.0 → 66.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/dist/eui_theme_dark.css +28 -197
  2. package/dist/eui_theme_dark.min.css +1 -1
  3. package/dist/eui_theme_light.css +28 -197
  4. package/dist/eui_theme_light.min.css +1 -1
  5. package/es/components/basic_table/basic_table.js +13 -2
  6. package/es/components/basic_table/in_memory_table.js +13 -2
  7. package/es/components/card/card.styles.js +2 -2
  8. package/es/components/combo_box/combo_box.js +2 -15
  9. package/es/components/datagrid/body/data_grid_body.js +17 -6
  10. package/es/components/datagrid/body/data_grid_cell.js +29 -12
  11. package/es/components/datagrid/body/header/data_grid_header_cell.js +17 -6
  12. package/es/components/datagrid/body/header/data_grid_header_row.js +17 -6
  13. package/es/components/datagrid/data_grid.js +17 -6
  14. package/es/components/datagrid/utils/in_memory.js +17 -6
  15. package/es/components/date_picker/react-datepicker/original.package.json +124 -0
  16. package/es/components/description_list/description_list.js +11 -3
  17. package/es/components/description_list/description_list_context.js +2 -1
  18. package/es/components/description_list/description_list_description.js +3 -1
  19. package/es/components/description_list/description_list_description.styles.js +5 -2
  20. package/es/components/description_list/description_list_title.js +4 -3
  21. package/es/components/description_list/description_list_title.styles.js +7 -3
  22. package/es/components/description_list/description_list_types.js +2 -1
  23. package/es/components/form/field_search/field_search.js +6 -16
  24. package/es/components/form/range/range_input.js +1 -1
  25. package/es/components/header/header_section/header_section_item.js +4 -3
  26. package/es/components/icon/icon.js +3 -10
  27. package/es/components/list_group/list_group.js +7 -1
  28. package/es/components/list_group/list_group_item.js +10 -3
  29. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +13 -1
  30. package/es/components/modal/modal.js +1 -3
  31. package/es/components/observer/mutation_observer/mutation_observer.js +1 -1
  32. package/es/components/page/page_sidebar/page_sidebar.js +5 -1
  33. package/es/components/table/table_row_cell.js +4 -6
  34. package/es/components/tabs/tabbed_content/tabbed_content.js +2 -19
  35. package/es/global_styling/functions/logicals.json +56 -0
  36. package/es/global_styling/mixins/_typography.js +1 -1
  37. package/es/services/theme/hooks.js +11 -16
  38. package/eui.d.ts +29 -10
  39. package/i18ntokens.json +18 -18
  40. package/lib/components/basic_table/basic_table.js +13 -2
  41. package/lib/components/basic_table/in_memory_table.js +13 -2
  42. package/lib/components/card/card.styles.js +2 -2
  43. package/lib/components/combo_box/combo_box.js +2 -15
  44. package/lib/components/datagrid/body/data_grid_body.js +17 -6
  45. package/lib/components/datagrid/body/data_grid_cell.js +29 -12
  46. package/lib/components/datagrid/body/header/data_grid_header_cell.js +17 -6
  47. package/lib/components/datagrid/body/header/data_grid_header_row.js +17 -6
  48. package/lib/components/datagrid/data_grid.js +17 -6
  49. package/lib/components/datagrid/utils/in_memory.js +17 -6
  50. package/lib/components/date_picker/react-datepicker/original.package.json +124 -0
  51. package/lib/components/description_list/description_list.js +11 -3
  52. package/lib/components/description_list/description_list_context.js +2 -1
  53. package/lib/components/description_list/description_list_description.js +3 -1
  54. package/lib/components/description_list/description_list_description.styles.js +5 -2
  55. package/lib/components/description_list/description_list_title.js +4 -3
  56. package/lib/components/description_list/description_list_title.styles.js +7 -3
  57. package/lib/components/description_list/description_list_types.js +4 -2
  58. package/lib/components/form/field_search/field_search.js +6 -16
  59. package/lib/components/form/range/range_input.js +1 -1
  60. package/lib/components/header/header_section/header_section_item.js +4 -3
  61. package/lib/components/icon/icon.js +3 -10
  62. package/lib/components/list_group/list_group.js +7 -1
  63. package/lib/components/list_group/list_group_item.js +10 -3
  64. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +13 -1
  65. package/lib/components/modal/modal.js +1 -3
  66. package/lib/components/observer/mutation_observer/mutation_observer.js +1 -1
  67. package/lib/components/page/page_sidebar/page_sidebar.js +5 -1
  68. package/lib/components/table/table_row_cell.js +4 -6
  69. package/lib/components/tabs/tabbed_content/tabbed_content.js +2 -19
  70. package/lib/global_styling/functions/logicals.json +56 -0
  71. package/lib/global_styling/mixins/_typography.js +1 -1
  72. package/lib/services/theme/hooks.js +10 -15
  73. package/optimize/es/components/card/card.styles.js +2 -2
  74. package/optimize/es/components/combo_box/combo_box.js +2 -15
  75. package/optimize/es/components/date_picker/react-datepicker/original.package.json +124 -0
  76. package/optimize/es/components/description_list/description_list.js +5 -2
  77. package/optimize/es/components/description_list/description_list_context.js +2 -1
  78. package/optimize/es/components/description_list/description_list_description.js +3 -1
  79. package/optimize/es/components/description_list/description_list_description.styles.js +5 -2
  80. package/optimize/es/components/description_list/description_list_title.js +4 -3
  81. package/optimize/es/components/description_list/description_list_title.styles.js +7 -3
  82. package/optimize/es/components/description_list/description_list_types.js +2 -1
  83. package/optimize/es/components/form/field_search/field_search.js +6 -16
  84. package/optimize/es/components/form/range/range_input.js +1 -1
  85. package/optimize/es/components/header/header_section/header_section_item.js +4 -3
  86. package/optimize/es/components/icon/icon.js +3 -10
  87. package/optimize/es/components/list_group/list_group_item.js +3 -2
  88. package/optimize/es/components/modal/modal.js +1 -3
  89. package/optimize/es/components/observer/mutation_observer/mutation_observer.js +1 -1
  90. package/optimize/es/components/page/page_sidebar/page_sidebar.js +5 -1
  91. package/optimize/es/components/tabs/tabbed_content/tabbed_content.js +2 -19
  92. package/optimize/es/global_styling/functions/logicals.json +56 -0
  93. package/optimize/es/global_styling/mixins/_typography.js +1 -1
  94. package/optimize/es/services/theme/hooks.js +11 -16
  95. package/optimize/lib/components/card/card.styles.js +2 -2
  96. package/optimize/lib/components/combo_box/combo_box.js +2 -15
  97. package/optimize/lib/components/date_picker/react-datepicker/original.package.json +124 -0
  98. package/optimize/lib/components/description_list/description_list.js +5 -2
  99. package/optimize/lib/components/description_list/description_list_context.js +2 -1
  100. package/optimize/lib/components/description_list/description_list_description.js +3 -1
  101. package/optimize/lib/components/description_list/description_list_description.styles.js +5 -2
  102. package/optimize/lib/components/description_list/description_list_title.js +4 -3
  103. package/optimize/lib/components/description_list/description_list_title.styles.js +7 -3
  104. package/optimize/lib/components/description_list/description_list_types.js +4 -2
  105. package/optimize/lib/components/form/field_search/field_search.js +6 -16
  106. package/optimize/lib/components/form/range/range_input.js +1 -1
  107. package/optimize/lib/components/header/header_section/header_section_item.js +4 -3
  108. package/optimize/lib/components/icon/icon.js +3 -10
  109. package/optimize/lib/components/list_group/list_group_item.js +3 -2
  110. package/optimize/lib/components/modal/modal.js +1 -3
  111. package/optimize/lib/components/observer/mutation_observer/mutation_observer.js +1 -1
  112. package/optimize/lib/components/page/page_sidebar/page_sidebar.js +5 -1
  113. package/optimize/lib/components/tabs/tabbed_content/tabbed_content.js +2 -19
  114. package/optimize/lib/global_styling/functions/logicals.json +56 -0
  115. package/optimize/lib/global_styling/mixins/_typography.js +1 -1
  116. package/optimize/lib/services/theme/hooks.js +10 -15
  117. package/package.json +1 -1
  118. package/src/components/badge/_badge.scss +0 -5
  119. package/src/components/datagrid/_data_grid_data_row.scss +7 -0
  120. package/src/components/datagrid/body/header/_data_grid_header_row.scss +1 -1
  121. package/src/components/filter_group/_filter_group.scss +3 -1
  122. package/src/components/flex/_flex_group.scss +2 -11
  123. package/src/components/flex/_flex_item.scss +0 -6
  124. package/src/components/form/field_search/_field_search.scss +0 -5
  125. package/src/components/form/form_control_layout/_form_control_layout_delimited.scss +0 -3
  126. package/src/components/form/form_row/_form_row.scss +0 -1
  127. package/src/components/header/header_section/_header_section_item.scss +1 -1
  128. package/src/components/list_group/_list_group_item.scss +3 -25
  129. package/src/components/modal/_modal.scss +5 -20
  130. package/src/components/page/page_content/_page_content.scss +0 -1
  131. package/src/components/table/_responsive.scss +0 -1
  132. package/src/components/table/_table.scss +0 -5
  133. package/src/global_styling/mixins/_form.scss +0 -4
  134. package/src/global_styling/mixins/_helpers.scss +0 -8
  135. package/src/global_styling/mixins/_typography.scss +1 -5
  136. package/src/global_styling/utility/_index.scss +0 -1
  137. package/test-env/components/basic_table/basic_table.js +13 -2
  138. package/test-env/components/basic_table/in_memory_table.js +13 -2
  139. package/test-env/components/card/card.styles.js +2 -2
  140. package/test-env/components/combo_box/combo_box.js +2 -15
  141. package/test-env/components/datagrid/body/data_grid_body.js +17 -6
  142. package/test-env/components/datagrid/body/data_grid_cell.js +29 -12
  143. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +17 -6
  144. package/test-env/components/datagrid/body/header/data_grid_header_row.js +17 -6
  145. package/test-env/components/datagrid/data_grid.js +17 -6
  146. package/test-env/components/datagrid/utils/in_memory.js +17 -6
  147. package/test-env/components/date_picker/react-datepicker/original.package.json +124 -0
  148. package/test-env/components/description_list/description_list.js +11 -3
  149. package/test-env/components/description_list/description_list_context.js +2 -1
  150. package/test-env/components/description_list/description_list_description.js +3 -1
  151. package/test-env/components/description_list/description_list_description.styles.js +5 -2
  152. package/test-env/components/description_list/description_list_title.js +4 -3
  153. package/test-env/components/description_list/description_list_title.styles.js +7 -3
  154. package/test-env/components/description_list/description_list_types.js +4 -2
  155. package/test-env/components/form/field_search/field_search.js +6 -16
  156. package/test-env/components/form/range/range_input.js +1 -1
  157. package/test-env/components/header/header_section/header_section_item.js +4 -3
  158. package/test-env/components/list_group/list_group.js +7 -1
  159. package/test-env/components/list_group/list_group_item.js +10 -3
  160. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +13 -1
  161. package/test-env/components/modal/modal.js +1 -3
  162. package/test-env/components/observer/mutation_observer/mutation_observer.js +1 -1
  163. package/test-env/components/page/page_sidebar/page_sidebar.js +5 -1
  164. package/test-env/components/table/table_row_cell.js +4 -6
  165. package/test-env/components/tabs/tabbed_content/tabbed_content.js +2 -19
  166. package/test-env/global_styling/functions/logicals.json +56 -0
  167. package/test-env/global_styling/mixins/_typography.js +1 -1
  168. package/test-env/services/theme/hooks.js +10 -15
  169. package/src/global_styling/utility/_utility.scss +0 -15
@@ -129,20 +129,6 @@ SOFTWARE.
129
129
  -webkit-transform: translateY(1px);
130
130
  transform: translateY(1px); } }
131
131
 
132
- /**
133
- * IE doesn't properly wrap groups if it is within a flex-item of a flex-group.
134
- * Adding the following styles to the flex-item that contains the wrapping group, will fix IE.
135
- * https://github.com/philipwalton/flexbugs/issues/104
136
- */
137
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
138
- .euiIEFlexWrapFix {
139
- -webkit-flex-grow: 1;
140
- flex-grow: 1;
141
- -webkit-flex-shrink: 1;
142
- flex-shrink: 1;
143
- -webkit-flex-basis: 0%;
144
- flex-basis: 0%; } }
145
-
146
132
  /**
147
133
  * LEGEND
148
134
  * __day-name : Week headers like Su, Mo, etc
@@ -468,11 +454,6 @@ SOFTWARE.
468
454
  .react-datepicker__month-read-view,
469
455
  .react-datepicker__month-year-read-view {
470
456
  transition-property: box-shadow, background-image, background-size; } }
471
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
472
- .react-datepicker__year-read-view,
473
- .react-datepicker__month-read-view,
474
- .react-datepicker__month-year-read-view {
475
- line-height: 1em; } }
476
457
  .react-datepicker__year-read-view::-webkit-input-placeholder,
477
458
  .react-datepicker__month-read-view::-webkit-input-placeholder,
478
459
  .react-datepicker__month-year-read-view::-webkit-input-placeholder {
@@ -522,8 +503,7 @@ SOFTWARE.
522
503
  max-width: 100%;
523
504
  overflow: hidden !important;
524
505
  text-overflow: ellipsis !important;
525
- white-space: nowrap !important;
526
- word-wrap: normal !important; }
506
+ white-space: nowrap !important; }
527
507
 
528
508
  .react-datepicker__year-dropdown-container,
529
509
  .react-datepicker__month-dropdown-container {
@@ -729,8 +709,7 @@ SOFTWARE.
729
709
  max-width: 100%;
730
710
  overflow: hidden !important;
731
711
  text-overflow: ellipsis !important;
732
- white-space: nowrap !important;
733
- word-wrap: normal !important; }
712
+ white-space: nowrap !important; }
734
713
 
735
714
  .react-datepicker__month {
736
715
  text-align: center;
@@ -811,9 +790,6 @@ SOFTWARE.
811
790
  overflow: hidden !important;
812
791
  text-overflow: ellipsis !important;
813
792
  white-space: nowrap !important;
814
- word-wrap: normal !important;
815
- -webkit-flex: 1 1 auto;
816
- flex: 1 1 auto;
817
793
  text-align: inherit;
818
794
  font-weight: inherit;
819
795
  line-height: inherit;
@@ -823,8 +799,6 @@ SOFTWARE.
823
799
  .euiBadge .euiBadge__childButton:not(:disabled):hover, .euiBadge .euiBadge__childButton:not(:disabled):focus {
824
800
  text-decoration: underline; }
825
801
  .euiBadge .euiBadge__iconButton {
826
- -webkit-flex: 0 0 auto;
827
- flex: 0 0 auto;
828
802
  font-size: 0;
829
803
  margin-left: 4px; }
830
804
  .euiBadge .euiBadge__iconButton:focus {
@@ -840,15 +814,9 @@ SOFTWARE.
840
814
  overflow: hidden !important;
841
815
  text-overflow: ellipsis !important;
842
816
  white-space: nowrap !important;
843
- word-wrap: normal !important;
844
- -webkit-flex: 1 1 auto;
845
- flex: 1 1 auto;
846
817
  cursor: default; }
847
- .euiBadge .euiBadge__icon {
848
- -webkit-flex: 0 0 auto;
849
- flex: 0 0 auto; }
850
- .euiBadge .euiBadge__icon:not(:only-child) {
851
- margin-left: 4px; }
818
+ .euiBadge .euiBadge__icon:not(:only-child) {
819
+ margin-left: 4px; }
852
820
  .euiBadge.euiBadge--iconLeft .euiBadge__content {
853
821
  -webkit-flex-direction: row-reverse;
854
822
  flex-direction: row-reverse; }
@@ -2199,9 +2167,6 @@ SOFTWARE.
2199
2167
  @supports (-moz-appearance: none) {
2200
2168
  .euiComboBox .euiComboBox__inputWrap {
2201
2169
  transition-property: box-shadow, background-image, background-size; } }
2202
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
2203
- .euiComboBox .euiComboBox__inputWrap {
2204
- line-height: 1em; } }
2205
2170
  .euiComboBox .euiComboBox__inputWrap::-webkit-input-placeholder {
2206
2171
  color: #81858f;
2207
2172
  opacity: 1; }
@@ -2381,7 +2346,6 @@ SOFTWARE.
2381
2346
  overflow: hidden !important;
2382
2347
  text-overflow: ellipsis !important;
2383
2348
  white-space: nowrap !important;
2384
- word-wrap: normal !important;
2385
2349
  line-height: 24px;
2386
2350
  font-size: 14px;
2387
2351
  padding: 0;
@@ -2394,7 +2358,6 @@ SOFTWARE.
2394
2358
  overflow: hidden !important;
2395
2359
  text-overflow: ellipsis !important;
2396
2360
  white-space: nowrap !important;
2397
- word-wrap: normal !important;
2398
2361
  padding-right: 40px;
2399
2362
  position: absolute;
2400
2363
  pointer-events: none;
@@ -2416,7 +2379,6 @@ SOFTWARE.
2416
2379
 
2417
2380
  .euiComboBoxOptionsList__empty {
2418
2381
  overflow-wrap: break-word !important;
2419
- word-wrap: break-word !important;
2420
2382
  word-break: break-word;
2421
2383
  /* 2 */
2422
2384
  padding: 8px;
@@ -2554,7 +2516,6 @@ SOFTWARE.
2554
2516
 
2555
2517
  .euiContextMenuPanelTitle {
2556
2518
  overflow-wrap: break-word !important;
2557
- word-wrap: break-word !important;
2558
2519
  word-break: break-word;
2559
2520
  color: #DFE5EF;
2560
2521
  font-size: 14px;
@@ -2816,7 +2777,6 @@ SOFTWARE.
2816
2777
  overflow: hidden !important;
2817
2778
  text-overflow: ellipsis !important;
2818
2779
  white-space: nowrap !important;
2819
- word-wrap: normal !important;
2820
2780
  font-size: 14px;
2821
2781
  font-size: 1rem;
2822
2782
  line-height: 1.71429rem;
@@ -2830,7 +2790,6 @@ SOFTWARE.
2830
2790
  overflow: hidden !important;
2831
2791
  text-overflow: ellipsis !important;
2832
2792
  white-space: nowrap !important;
2833
- word-wrap: normal !important;
2834
2793
  font-size: 14px;
2835
2794
  font-size: 1rem;
2836
2795
  line-height: 1.71429rem;
@@ -3107,9 +3066,6 @@ SOFTWARE.
3107
3066
  word-break: break-all;
3108
3067
  transition: background 150ms ease-in;
3109
3068
  background-size: 100%; }
3110
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
3111
- .euiDatePopoverButton {
3112
- line-height: 1em; } }
3113
3069
  .euiDatePopoverButton::-webkit-input-placeholder {
3114
3070
  color: #81858f;
3115
3071
  opacity: 1; }
@@ -3260,9 +3216,6 @@ SOFTWARE.
3260
3216
  -webkit-justify-content: space-between;
3261
3217
  justify-content: space-between;
3262
3218
  text-align: left; }
3263
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
3264
- .euiSuperDatePicker__prettyFormat {
3265
- line-height: 1em; } }
3266
3219
  .euiSuperDatePicker__prettyFormat::-webkit-input-placeholder {
3267
3220
  color: #81858f;
3268
3221
  opacity: 1; }
@@ -3451,7 +3404,6 @@ SOFTWARE.
3451
3404
  overflow: hidden !important;
3452
3405
  text-overflow: ellipsis !important;
3453
3406
  white-space: nowrap !important;
3454
- word-wrap: normal !important;
3455
3407
  overflow: hidden;
3456
3408
  white-space: nowrap;
3457
3409
  text-align: left;
@@ -3651,7 +3603,6 @@ SOFTWARE.
3651
3603
  text-transform: capitalize; }
3652
3604
  .euiDataGridRowCell .euiDataGridRowCell__definedHeight {
3653
3605
  overflow-wrap: break-word !important;
3654
- word-wrap: break-word !important;
3655
3606
  word-break: break-word;
3656
3607
  -webkit-flex-grow: 1;
3657
3608
  flex-grow: 1; }
@@ -3662,7 +3613,6 @@ SOFTWARE.
3662
3613
  overflow: hidden !important;
3663
3614
  text-overflow: ellipsis !important;
3664
3615
  white-space: nowrap !important;
3665
- word-wrap: normal !important;
3666
3616
  overflow: hidden;
3667
3617
  white-space: nowrap; }
3668
3618
 
@@ -3672,7 +3622,10 @@ SOFTWARE.
3672
3622
  overflow: auto;
3673
3623
  max-width: 400px !important;
3674
3624
  max-height: 400px !important;
3675
- z-index: 1000 !important; }
3625
+ z-index: 1000 !important;
3626
+ -webkit-filter: none;
3627
+ filter: none;
3628
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 3.6px 13px rgba(0, 0, 0, 0.175), 0 8.4px 23px rgba(0, 0, 0, 0.15), 0 23px 35px rgba(0, 0, 0, 0.125); }
3676
3629
  .euiDataGridRowCell__popover::-webkit-scrollbar {
3677
3630
  width: 16px;
3678
3631
  height: 16px; }
@@ -4308,7 +4261,6 @@ SOFTWARE.
4308
4261
  overflow: hidden !important;
4309
4262
  text-overflow: ellipsis !important;
4310
4263
  white-space: nowrap !important;
4311
- word-wrap: normal !important;
4312
4264
  min-width: 48px; }
4313
4265
  .euiFilterButton__textShift::after {
4314
4266
  display: block;
@@ -4349,8 +4301,7 @@ SOFTWARE.
4349
4301
  max-width: 100%;
4350
4302
  overflow: hidden !important;
4351
4303
  text-overflow: ellipsis !important;
4352
- white-space: nowrap !important;
4353
- word-wrap: normal !important; }
4304
+ white-space: nowrap !important; }
4354
4305
 
4355
4306
  .euiFilterSelect__items {
4356
4307
  scrollbar-color: rgba(152, 162, 179, 0.5) transparent;
@@ -4382,27 +4333,18 @@ SOFTWARE.
4382
4333
  color: #98A2B3;
4383
4334
  font-size: 14px; }
4384
4335
 
4385
- /**
4386
- * 1. Not always needed, but fixes an IE11 issue when flex-groups are nested under display: flex elements.
4387
- * 2. IE requires a unit to grow.
4388
- */
4389
4336
  .euiFlexGroup {
4390
4337
  display: -webkit-flex;
4391
4338
  display: flex;
4392
4339
  -webkit-align-items: stretch;
4393
4340
  align-items: stretch;
4394
4341
  -webkit-flex-grow: 1;
4395
- flex-grow: 1;
4396
- /* 1 */ }
4342
+ flex-grow: 1; }
4397
4343
  .euiFlexGroup .euiFlexItem {
4398
4344
  -webkit-flex-grow: 1;
4399
4345
  flex-grow: 1;
4400
4346
  -webkit-flex-basis: 0%;
4401
- flex-basis: 0%;
4402
- /* 2 */ }
4403
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
4404
- .euiFlexGroup .euiFlexItem {
4405
- min-width: 1px; } }
4347
+ flex-basis: 0%; }
4406
4348
 
4407
4349
  .euiFlexGroup--gutterExtraSmall {
4408
4350
  margin: -2px; }
@@ -4841,8 +4783,6 @@ SOFTWARE.
4841
4783
 
4842
4784
  /**
4843
4785
  * 1. Allow EuiPanels to expand to fill the item.
4844
- * 2. IE11 hack forces inner content of flex items to respect a higher parent's width (mostly) and
4845
- * not cause weird wrapping issues.
4846
4786
  */
4847
4787
  .euiFlexItem {
4848
4788
  display: -webkit-flex;
@@ -4855,10 +4795,6 @@ SOFTWARE.
4855
4795
  * 1. We need the extra specificity here to override the FlexGroup > FlexItem styles.
4856
4796
  * 2. FlexItem can be manually set to not grow if needed.
4857
4797
  */ }
4858
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
4859
- .euiFlexItem {
4860
- min-width: 1px;
4861
- /* 2 */ } }
4862
4798
  .euiFlexItem.euiFlexItem--flexGrowZero {
4863
4799
  /* 1 */
4864
4800
  -webkit-flex-grow: 0;
@@ -5345,9 +5281,6 @@ SOFTWARE.
5345
5281
  @supports (-moz-appearance: none) {
5346
5282
  .euiFieldNumber {
5347
5283
  transition-property: box-shadow, background-image, background-size; } }
5348
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
5349
- .euiFieldNumber {
5350
- line-height: 1em; } }
5351
5284
  .euiFieldNumber::-webkit-input-placeholder {
5352
5285
  color: #81858f;
5353
5286
  opacity: 1; }
@@ -5474,9 +5407,6 @@ SOFTWARE.
5474
5407
  @supports (-moz-appearance: none) {
5475
5408
  .euiFieldPassword {
5476
5409
  transition-property: box-shadow, background-image, background-size; } }
5477
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
5478
- .euiFieldPassword {
5479
- line-height: 1em; } }
5480
5410
  .euiFieldPassword::-webkit-input-placeholder {
5481
5411
  color: #81858f;
5482
5412
  opacity: 1; }
@@ -5575,7 +5505,6 @@ SOFTWARE.
5575
5505
  /*
5576
5506
  * 1. Fix for Safari to ensure that it renders like a normal text input
5577
5507
  * and doesn't add extra spacing around text
5578
- * 2. Remove the X clear button from input type search in Chrome and IE
5579
5508
  */
5580
5509
  .euiFieldSearch {
5581
5510
  max-width: 400px;
@@ -5610,9 +5539,6 @@ SOFTWARE.
5610
5539
  @supports (-moz-appearance: none) {
5611
5540
  .euiFieldSearch {
5612
5541
  transition-property: box-shadow, background-image, background-size; } }
5613
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
5614
- .euiFieldSearch {
5615
- line-height: 1em; } }
5616
5542
  .euiFieldSearch::-webkit-input-placeholder {
5617
5543
  color: #81858f;
5618
5544
  opacity: 1; }
@@ -5709,9 +5635,6 @@ SOFTWARE.
5709
5635
  .euiFieldSearch::-webkit-search-decoration, .euiFieldSearch::-webkit-search-cancel-button {
5710
5636
  -webkit-appearance: none;
5711
5637
  /* 1, 2 */ }
5712
- .euiFieldSearch::-ms-clear {
5713
- display: none;
5714
- /* 2 */ }
5715
5638
 
5716
5639
  .euiFieldSearch--compressed {
5717
5640
  padding-left: 32px; }
@@ -5749,9 +5672,6 @@ SOFTWARE.
5749
5672
  @supports (-moz-appearance: none) {
5750
5673
  .euiFieldText {
5751
5674
  transition-property: box-shadow, background-image, background-size; } }
5752
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
5753
- .euiFieldText {
5754
- line-height: 1em; } }
5755
5675
  .euiFieldText::-webkit-input-placeholder {
5756
5676
  color: #81858f;
5757
5677
  opacity: 1; }
@@ -5970,7 +5890,6 @@ SOFTWARE.
5970
5890
  overflow: hidden !important;
5971
5891
  text-overflow: ellipsis !important;
5972
5892
  white-space: nowrap !important;
5973
- word-wrap: normal !important;
5974
5893
  line-height: 16px; }
5975
5894
  .euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText {
5976
5895
  color: #535966; }
@@ -6123,9 +6042,6 @@ SOFTWARE.
6123
6042
  @supports (-moz-appearance: none) {
6124
6043
  .euiSelect {
6125
6044
  transition-property: box-shadow, background-image, background-size; } }
6126
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
6127
- .euiSelect {
6128
- line-height: 1em; } }
6129
6045
  .euiSelect::-webkit-input-placeholder {
6130
6046
  color: #81858f;
6131
6047
  opacity: 1; }
@@ -6320,9 +6236,6 @@ SOFTWARE.
6320
6236
  @supports (-moz-appearance: none) {
6321
6237
  .euiSuperSelectControl {
6322
6238
  transition-property: box-shadow, background-image, background-size; } }
6323
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
6324
- .euiSuperSelectControl {
6325
- line-height: 1em; } }
6326
6239
  .euiSuperSelectControl::-webkit-input-placeholder {
6327
6240
  color: #81858f;
6328
6241
  opacity: 1; }
@@ -6500,7 +6413,6 @@ SOFTWARE.
6500
6413
  overflow: hidden !important;
6501
6414
  text-overflow: ellipsis !important;
6502
6415
  white-space: nowrap !important;
6503
- word-wrap: normal !important;
6504
6416
  -webkit-flex-shrink: 0;
6505
6417
  flex-shrink: 0;
6506
6418
  height: 100%;
@@ -6631,8 +6543,6 @@ SOFTWARE.
6631
6543
  transition-property: box-shadow, background-image, background-size; } }
6632
6544
  .euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutDelimited__input {
6633
6545
  height: 100%;
6634
- padding-top: 0;
6635
- padding-bottom: 0;
6636
6546
  padding-left: 8px;
6637
6547
  padding-right: 8px; }
6638
6548
  .euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutIcons {
@@ -6672,9 +6582,7 @@ SOFTWARE.
6672
6582
  .euiFormControlLayoutDelimited .euiFormControlLayoutIcons {
6673
6583
  position: static;
6674
6584
  padding-left: 12px;
6675
- padding-right: 12px;
6676
- -webkit-flex-shrink: 0;
6677
- flex-shrink: 0; }
6585
+ padding-right: 12px; }
6678
6586
  .euiFormControlLayoutDelimited .euiFormControlLayoutIcons:not(.euiFormControlLayoutIcons--right) {
6679
6587
  -webkit-order: -1;
6680
6588
  order: -1; }
@@ -6795,7 +6703,6 @@ SOFTWARE.
6795
6703
  font-size: 0.85714rem;
6796
6704
  line-height: 1.14286rem;
6797
6705
  overflow-wrap: break-word !important;
6798
- word-wrap: break-word !important;
6799
6706
  word-break: break-word;
6800
6707
  color: #DFE5EF;
6801
6708
  font-weight: 600; }
@@ -6820,7 +6727,6 @@ SOFTWARE.
6820
6727
  font-size: 0.85714rem;
6821
6728
  line-height: 1.14286rem;
6822
6729
  overflow-wrap: break-word !important;
6823
- word-wrap: break-word !important;
6824
6730
  word-break: break-word;
6825
6731
  color: #DFE5EF;
6826
6732
  font-weight: 600;
@@ -6882,8 +6788,7 @@ SOFTWARE.
6882
6788
  align-items: stretch; }
6883
6789
  .euiFormRow--horizontal .euiFormRow__label {
6884
6790
  -webkit-hyphens: auto;
6885
- hyphens: auto;
6886
- max-width: 100%; }
6791
+ hyphens: auto; }
6887
6792
  .euiFormRow--horizontal .euiFormRow__labelWrapper {
6888
6793
  display: block;
6889
6794
  line-height: 31px;
@@ -7654,9 +7559,6 @@ SOFTWARE.
7654
7559
  @supports (-moz-appearance: none) {
7655
7560
  .euiTextArea {
7656
7561
  transition-property: box-shadow, background-image, background-size; } }
7657
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
7658
- .euiTextArea {
7659
- line-height: 1em; } }
7660
7562
  .euiTextArea::-webkit-input-placeholder {
7661
7563
  color: #81858f;
7662
7564
  opacity: 1; }
@@ -7866,7 +7768,6 @@ SOFTWARE.
7866
7768
 
7867
7769
  .euiHeaderLogo__text {
7868
7770
  overflow-wrap: break-word !important;
7869
- word-wrap: break-word !important;
7870
7771
  word-break: break-word;
7871
7772
  color: #DFE5EF;
7872
7773
  font-size: 22px;
@@ -7884,7 +7785,6 @@ SOFTWARE.
7884
7785
  height: 24px; }
7885
7786
  .euiHeaderLogo__text {
7886
7787
  overflow-wrap: break-word !important;
7887
- word-wrap: break-word !important;
7888
7788
  word-break: break-word;
7889
7789
  color: #DFE5EF;
7890
7790
  font-size: 16px;
@@ -7911,7 +7811,6 @@ SOFTWARE.
7911
7811
  opacity: 1; }
7912
7812
  .euiHeaderAlert .euiHeaderAlert__title {
7913
7813
  overflow-wrap: break-word !important;
7914
- word-wrap: break-word !important;
7915
7814
  word-break: break-word;
7916
7815
  color: #DFE5EF;
7917
7816
  font-size: 16px;
@@ -8171,13 +8070,9 @@ SOFTWARE.
8171
8070
  align-items: center;
8172
8071
  transition: background-color 150ms;
8173
8072
  position: relative; }
8174
- .euiListGroupItem.euiListGroupItem-isActive, .euiListGroupItem.euiListGroupItem-isClickable:hover {
8073
+ .euiListGroupItem.euiListGroupItem-isActive, .euiListGroupItem.euiListGroupItem-isClickable:hover, .euiListGroupItem.euiListGroupItem-isClickable:focus-within {
8175
8074
  background-color: rgba(52, 55, 65, 0.25); }
8176
- .euiListGroupItem.euiListGroupItem-isClickable:focus-within {
8177
- background-color: rgba(52, 55, 65, 0.25); }
8178
- .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:hover {
8179
- background-color: rgba(255, 255, 255, 0.1); }
8180
- .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:focus-within {
8075
+ .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:hover, .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:focus-within {
8181
8076
  background-color: rgba(255, 255, 255, 0.1); }
8182
8077
  .euiListGroupItem.euiListGroupItem-isClickable:hover .euiListGroupItem__button,
8183
8078
  .euiListGroupItem .euiListGroupItem__button:hover,
@@ -8191,17 +8086,6 @@ SOFTWARE.
8191
8086
  background-color: transparent;
8192
8087
  text-decoration: none; }
8193
8088
 
8194
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
8195
- .euiListGroupItem__button:hover,
8196
- .euiListGroupItem__button:focus {
8197
- background-color: rgba(52, 55, 65, 0.25);
8198
- border-radius: 6px; }
8199
- .euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:hover,
8200
- .euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:focus,
8201
- .euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:hover,
8202
- .euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:focus {
8203
- background-color: rgba(255, 255, 255, 0.1); } }
8204
-
8205
8089
  .euiListGroupItem__text,
8206
8090
  .euiListGroupItem__button {
8207
8091
  line-height: 24px;
@@ -8210,8 +8094,8 @@ SOFTWARE.
8210
8094
  display: flex;
8211
8095
  -webkit-align-items: center;
8212
8096
  align-items: center;
8213
- -webkit-flex: 1 0 auto;
8214
- flex: 1 0 auto;
8097
+ -webkit-flex-grow: 1;
8098
+ flex-grow: 1;
8215
8099
  text-align: left;
8216
8100
  max-width: 100%;
8217
8101
  font-weight: inherit; }
@@ -8648,9 +8532,6 @@ SOFTWARE.
8648
8532
  background-size: 0% 100%;
8649
8533
  margin: 0;
8650
8534
  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; }
8651
- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
8652
- .euiMarkdownEditorTextArea {
8653
- line-height: 1em; } }
8654
8535
  .euiMarkdownEditorTextArea::-webkit-input-placeholder {
8655
8536
  color: #81858f;
8656
8537
  opacity: 1; }
@@ -8716,18 +8597,15 @@ SOFTWARE.
8716
8597
  -webkit-transform: translateY(-1px);
8717
8598
  transform: translateY(-1px); }
8718
8599
 
8719
- /**
8720
- * 1. Fix IE overflow issue (min-height) by adding a separate wrapper for the
8721
- * flex display. https://github.com/philipwalton/flexbugs#flexbug-3
8722
- * 2. IE has trouble with min-widths on flex elements. Use the pixel value
8723
- * from our forms since that's usually the smallest we want them.
8724
- */
8725
8600
  .euiModal {
8726
8601
  border: 1px solid #343741;
8727
8602
  box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2);
8728
8603
  display: -webkit-flex;
8729
8604
  display: flex;
8730
- /* 1 */
8605
+ -webkit-flex-direction: column;
8606
+ flex-direction: column;
8607
+ max-height: 75vh;
8608
+ overflow: hidden;
8731
8609
  position: relative;
8732
8610
  background-color: #1D1E24;
8733
8611
  border-radius: 6px;
@@ -8738,16 +8616,6 @@ SOFTWARE.
8738
8616
  max-width: calc(100vw - 16px); }
8739
8617
  .euiModal:focus {
8740
8618
  outline: none; }
8741
- .euiModal .euiModal__flex {
8742
- /* 1 */
8743
- -webkit-flex: 1 1 auto;
8744
- flex: 1 1 auto;
8745
- display: -webkit-flex;
8746
- display: flex;
8747
- -webkit-flex-direction: column;
8748
- flex-direction: column;
8749
- max-height: 75vh;
8750
- overflow: hidden; }
8751
8619
 
8752
8620
  .euiModal--maxWidth-default {
8753
8621
  max-width: MIN(768px, calc(100vw - 16px)); }
@@ -8770,7 +8638,6 @@ SOFTWARE.
8770
8638
 
8771
8639
  .euiModalHeader__title {
8772
8640
  overflow-wrap: break-word !important;
8773
- word-wrap: break-word !important;
8774
8641
  word-break: break-word;
8775
8642
  color: #DFE5EF;
8776
8643
  font-size: 27px;
@@ -8864,6 +8731,7 @@ SOFTWARE.
8864
8731
  width: 100vw !important;
8865
8732
  max-width: none !important;
8866
8733
  min-width: 0 !important;
8734
+ max-height: 100vh;
8867
8735
  left: 0;
8868
8736
  right: 0;
8869
8737
  bottom: 0;
@@ -8873,9 +8741,6 @@ SOFTWARE.
8873
8741
  .euiModal.euiModal--confirmation {
8874
8742
  box-shadow: 0 -2.7px 9px rgba(0, 0, 0, 0.325), 0 -9.4px 24px rgba(0, 0, 0, 0.225), 0 -21.8px 43px rgba(0, 0, 0, 0.2);
8875
8743
  top: auto; }
8876
- .euiModal .euiModal__flex {
8877
- /* 1 */
8878
- max-height: 100vh; }
8879
8744
  .euiModalHeader {
8880
8745
  width: 100%; }
8881
8746
  .euiModalFooter {
@@ -8900,6 +8765,7 @@ SOFTWARE.
8900
8765
  width: 100vw !important;
8901
8766
  max-width: none !important;
8902
8767
  min-width: 0 !important;
8768
+ max-height: 100vh;
8903
8769
  left: 0;
8904
8770
  right: 0;
8905
8771
  bottom: 0;
@@ -8909,9 +8775,6 @@ SOFTWARE.
8909
8775
  .euiModal.euiModal--confirmation {
8910
8776
  box-shadow: 0 -2.7px 9px rgba(0, 0, 0, 0.325), 0 -9.4px 24px rgba(0, 0, 0, 0.225), 0 -21.8px 43px rgba(0, 0, 0, 0.2);
8911
8777
  top: auto; }
8912
- .euiModal .euiModal__flex {
8913
- /* 1 */
8914
- max-height: 100vh; }
8915
8778
  .euiModalHeader {
8916
8779
  width: 100%; }
8917
8780
  .euiModalFooter {
@@ -8942,7 +8805,6 @@ SOFTWARE.
8942
8805
 
8943
8806
  .euiNotificationEvent__title {
8944
8807
  overflow-wrap: break-word !important;
8945
- word-wrap: break-word !important;
8946
8808
  word-break: break-word;
8947
8809
  color: #DFE5EF;
8948
8810
  font-size: 16px;
@@ -9160,7 +9022,6 @@ SOFTWARE.
9160
9022
  flex-grow: 0; }
9161
9023
  .euiPageContent.euiPageContent--horizontalCenter {
9162
9024
  width: auto;
9163
- max-width: 100%;
9164
9025
  margin-left: auto;
9165
9026
  margin-right: auto;
9166
9027
  -webkit-flex-grow: 0;
@@ -9350,7 +9211,6 @@ SOFTWARE.
9350
9211
  overflow: hidden !important;
9351
9212
  text-overflow: ellipsis !important;
9352
9213
  white-space: nowrap !important;
9353
- word-wrap: normal !important;
9354
9214
  padding-left: 8px;
9355
9215
  display: -webkit-flex;
9356
9216
  display: flex;
@@ -9379,8 +9239,7 @@ SOFTWARE.
9379
9239
  max-width: 100%;
9380
9240
  overflow: hidden !important;
9381
9241
  text-overflow: ellipsis !important;
9382
- white-space: nowrap !important;
9383
- word-wrap: normal !important; }
9242
+ white-space: nowrap !important; }
9384
9243
 
9385
9244
  .euiTreeView__iconWrapper {
9386
9245
  margin-top: -2px;
@@ -9838,8 +9697,7 @@ SOFTWARE.
9838
9697
  max-width: 100%;
9839
9698
  overflow: hidden !important;
9840
9699
  text-overflow: ellipsis !important;
9841
- white-space: nowrap !important;
9842
- word-wrap: normal !important; }
9700
+ white-space: nowrap !important; }
9843
9701
 
9844
9702
  .euiSideNavItem--root {
9845
9703
  /**
@@ -9860,7 +9718,6 @@ SOFTWARE.
9860
9718
  /* 1 */ }
9861
9719
  .euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label {
9862
9720
  overflow-wrap: break-word !important;
9863
- word-wrap: break-word !important;
9864
9721
  word-break: break-word;
9865
9722
  color: #DFE5EF;
9866
9723
  font-size: 16px;
@@ -10002,7 +9859,6 @@ SOFTWARE.
10002
9859
 
10003
9860
  .euiSelectableList__groupLabel {
10004
9861
  overflow-wrap: break-word !important;
10005
- word-wrap: break-word !important;
10006
9862
  word-break: break-word;
10007
9863
  color: #DFE5EF;
10008
9864
  font-size: 12px;
@@ -10064,8 +9920,7 @@ SOFTWARE.
10064
9920
  max-width: 100%;
10065
9921
  overflow: hidden !important;
10066
9922
  text-overflow: ellipsis !important;
10067
- white-space: nowrap !important;
10068
- word-wrap: normal !important; }
9923
+ white-space: nowrap !important; }
10069
9924
 
10070
9925
  /**
10071
9926
  * 1. Prevent really long input from overflowing the container.
@@ -10317,7 +10172,6 @@ SOFTWARE.
10317
10172
 
10318
10173
  .euiStepHorizontal__title {
10319
10174
  overflow-wrap: break-word !important;
10320
- word-wrap: break-word !important;
10321
10175
  word-break: break-word;
10322
10176
  color: #DFE5EF;
10323
10177
  font-size: 16px;
@@ -10373,8 +10227,7 @@ SOFTWARE.
10373
10227
  max-width: 100%;
10374
10228
  overflow: hidden !important;
10375
10229
  text-overflow: ellipsis !important;
10376
- white-space: nowrap !important;
10377
- word-wrap: normal !important; }
10230
+ white-space: nowrap !important; }
10378
10231
 
10379
10232
  button.euiSuggestItem {
10380
10233
  width: 100%;
@@ -10447,7 +10300,6 @@ button.euiSuggestItem {
10447
10300
  .euiSuggestItem__label,
10448
10301
  .euiSuggestItem__description {
10449
10302
  overflow-wrap: break-word !important;
10450
- word-wrap: break-word !important;
10451
10303
  word-break: break-word;
10452
10304
  display: inline-block;
10453
10305
  padding: 8px;
@@ -10753,7 +10605,6 @@ button.euiSuggestItem {
10753
10605
  align-self: baseline; }
10754
10606
  .euiSuggestItem__description.euiSuggestItem__description--wrap {
10755
10607
  overflow-wrap: break-word !important;
10756
- word-wrap: break-word !important;
10757
10608
  word-break: break-word;
10758
10609
  white-space: normal !important; }
10759
10610
 
@@ -10763,10 +10614,6 @@ button.euiSuggestItem {
10763
10614
  .euiSuggestInput__statusIcon {
10764
10615
  background-color: transparent !important; }
10765
10616
 
10766
- /**
10767
- * NOTE: table-layout: fixed causes a bug in IE11 and Edge (see #9929). It also prevents us from
10768
- * specifying a column width, e.g. the checkbox column.
10769
- */
10770
10617
  .euiTable {
10771
10618
  font-size: 14px;
10772
10619
  font-size: 1rem;
@@ -10812,7 +10659,6 @@ button.euiSuggestItem {
10812
10659
  font-weight: inherit;
10813
10660
  text-align: left;
10814
10661
  overflow-wrap: break-word !important;
10815
- word-wrap: break-word !important;
10816
10662
  word-break: break-word;
10817
10663
  color: #DFE5EF;
10818
10664
  font-size: 14px;
@@ -10932,7 +10778,6 @@ button.euiSuggestItem {
10932
10778
 
10933
10779
  .euiTableCellContent__text {
10934
10780
  overflow-wrap: break-word !important;
10935
- word-wrap: break-word !important;
10936
10781
  word-break: break-word;
10937
10782
  /* 4 */
10938
10783
  min-width: 0;
@@ -10954,8 +10799,7 @@ button.euiSuggestItem {
10954
10799
  max-width: 100%;
10955
10800
  overflow: hidden !important;
10956
10801
  text-overflow: ellipsis !important;
10957
- white-space: nowrap !important;
10958
- word-wrap: normal !important; }
10802
+ white-space: nowrap !important; }
10959
10803
  .euiTableHeaderCell .euiTableCellContent__text,
10960
10804
  .euiTableFooterCell .euiTableCellContent__text,
10961
10805
  .euiTableCellContent--truncateText .euiTableCellContent__text {
@@ -10964,7 +10808,6 @@ button.euiSuggestItem {
10964
10808
  .euiTableCellContent--overflowingContent {
10965
10809
  overflow: visible;
10966
10810
  white-space: normal;
10967
- word-break: break-all;
10968
10811
  word-break: break-word; }
10969
10812
 
10970
10813
  .euiTableCellContent--showOnHover > *:not(:first-child) {
@@ -11048,7 +10891,6 @@ button.euiSuggestItem {
11048
10891
  overflow: hidden !important;
11049
10892
  text-overflow: ellipsis !important;
11050
10893
  white-space: nowrap !important;
11051
- word-wrap: normal !important;
11052
10894
  font-size: 9.625px;
11053
10895
  font-size: 0.6875rem;
11054
10896
  display: block;
@@ -11177,8 +11019,6 @@ button.euiSuggestItem {
11177
11019
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before {
11178
11020
  display: none; }
11179
11021
  .euiTable.euiTable--responsive .euiTableRowCell {
11180
- display: block;
11181
- /* IE requires block to grow and wrap. */
11182
11022
  min-width: 50%;
11183
11023
  border: none; }
11184
11024
  .euiTable.euiTable--responsive .euiTableRowCellCheckbox {
@@ -11210,7 +11050,6 @@ button.euiSuggestItem {
11210
11050
  overflow: hidden !important;
11211
11051
  text-overflow: ellipsis !important;
11212
11052
  white-space: nowrap !important;
11213
- word-wrap: normal !important;
11214
11053
  font-size: 9.625px;
11215
11054
  font-size: 0.6875rem;
11216
11055
  display: block;
@@ -11339,8 +11178,6 @@ button.euiSuggestItem {
11339
11178
  .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before {
11340
11179
  display: none; }
11341
11180
  .euiTable.euiTable--responsive .euiTableRowCell {
11342
- display: block;
11343
- /* IE requires block to grow and wrap. */
11344
11181
  min-width: 50%;
11345
11182
  border: none; }
11346
11183
  .euiTable.euiTable--responsive .euiTableRowCellCheckbox {
@@ -11427,7 +11264,6 @@ button.euiSuggestItem {
11427
11264
  overflow: hidden !important;
11428
11265
  text-overflow: ellipsis !important;
11429
11266
  white-space: nowrap !important;
11430
- word-wrap: normal !important;
11431
11267
  font-size: 14px;
11432
11268
  font-size: 1rem;
11433
11269
  line-height: 1.71429rem;
@@ -11886,7 +11722,6 @@ button.euiSuggestItem {
11886
11722
 
11887
11723
  .euiHeaderLogo__text {
11888
11724
  overflow-wrap: break-word !important;
11889
- word-wrap: break-word !important;
11890
11725
  word-break: break-word;
11891
11726
  color: #DFE5EF;
11892
11727
  font-size: 14px;
@@ -12229,7 +12064,6 @@ button.euiSuggestItem {
12229
12064
  margin-bottom: 4px; }
12230
12065
  .euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label {
12231
12066
  overflow-wrap: break-word !important;
12232
- word-wrap: break-word !important;
12233
12067
  word-break: break-word;
12234
12068
  color: #DFE5EF;
12235
12069
  font-size: 14px;
@@ -12311,7 +12145,6 @@ button.euiSuggestItem {
12311
12145
  .euiTab .euiTab__content,
12312
12146
  .euiTabs--condensed .euiTab .euiTab__content {
12313
12147
  overflow-wrap: break-word !important;
12314
- word-wrap: break-word !important;
12315
12148
  word-break: break-word;
12316
12149
  color: #DFE5EF;
12317
12150
  font-size: 14px;
@@ -12332,7 +12165,6 @@ button.euiSuggestItem {
12332
12165
  .euiTabs--small .euiTab .euiTab__content,
12333
12166
  .euiTabs--condensed.euiTabs--small .euiTab .euiTab__content {
12334
12167
  overflow-wrap: break-word !important;
12335
- word-wrap: break-word !important;
12336
12168
  word-break: break-word;
12337
12169
  color: #DFE5EF;
12338
12170
  font-size: 12px;
@@ -12350,7 +12182,6 @@ button.euiSuggestItem {
12350
12182
  .euiTabs--large .euiTab .euiTab__content,
12351
12183
  .euiTabs--condensed.euiTabs--large .euiTab .euiTab__content {
12352
12184
  overflow-wrap: break-word !important;
12353
- word-wrap: break-word !important;
12354
12185
  word-break: break-word;
12355
12186
  color: #DFE5EF;
12356
12187
  font-size: 16px;