@conveyorhq/arrow-ds 1.95.0 → 1.95.1

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@conveyorhq/arrow-ds",
3
3
  "author": "Conveyor",
4
4
  "license": "MIT",
5
- "version": "1.95.0",
5
+ "version": "1.95.1",
6
6
  "description": "Arrow Design System",
7
7
  "repository": "https://github.com/conveyor/arrow-ds",
8
8
  "publishConfig": {
@@ -2028,6 +2028,10 @@ override built-in Image component classes */
2028
2028
  border-right-width: 0;
2029
2029
  }
2030
2030
 
2031
+ .ads-ButtonGroup-button {
2032
+ display: contents;
2033
+ }
2034
+
2031
2035
  .ads-ButtonGroup--isFullWidth .ads-Button {
2032
2036
  flex: 1 1 auto;
2033
2037
  }