@festo-ui/web-essentials 7.1.0-dev.406 → 7.1.0-dev.409

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v7.1.0-dev.406 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.1.0-dev.409 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -17321,7 +17321,7 @@ fieldset.fwe-progress-container label {
17321
17321
 
17322
17322
  /* stylelint-enable */
17323
17323
  .fwe-search-input {
17324
- display: inline-block;
17324
+ display: block;
17325
17325
  position: relative;
17326
17326
  }
17327
17327
  .fwe-search-input .fwe-search-icon {
@@ -17358,6 +17358,7 @@ fieldset.fwe-progress-container label {
17358
17358
  background: var(--fwe-control-active);
17359
17359
  }
17360
17360
  .fwe-search-input input {
17361
+ width: 100%;
17361
17362
  border-left: none;
17362
17363
  border-top: none;
17363
17364
  border-right: none;