revdev-components 0.261.0 → 0.262.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 (2) hide show
  1. package/build/styles.css +3 -2
  2. package/package.json +1 -1
package/build/styles.css CHANGED
@@ -863,18 +863,19 @@ body {
863
863
 
864
864
  .index-module_title__RD9nj {
865
865
  position: absolute;
866
- top: -0.5em;
866
+ top: -0.6em;
867
867
  left: 1em;
868
868
  background: var(--backgroundColor);
869
869
  padding: 0 0.5em;
870
870
  font-size: 1.2em;
871
+ line-height: 1.2em;
871
872
  }
872
873
 
873
874
  .index-module_content__HEc4l {
874
875
  display: inline-flex;
875
876
  flex-flow: row wrap;
876
877
  place-items: center;
877
- gap: 1em;
878
+ gap: 0.8em 1em;
878
879
  overflow: auto;
879
880
  }
880
881
  .index-module_content__loading__g8vh6 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.261.0",
3
+ "version": "0.262.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {