Skip to content

Commit

Permalink
fix: page width overflow (#588)
Browse files Browse the repository at this point in the history
* fix: remove 100vw as redundant

* feat: clean up comments
  • Loading branch information
twhite313 authored Feb 20, 2025
1 parent cc4ab12 commit fb14041
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions eds/blocks/media-gallery/media-gallery.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.media-gallery-wrapper {
inline-size: 100vw;
}

.media-gallery {
ul {
display: grid;
Expand Down
3 changes: 0 additions & 3 deletions eds/blocks/tabs/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
.tabs .tab-component {
display: flex;
flex-direction: column;
inline-size: 100vw;
justify-content: flex-end;
}

Expand Down Expand Up @@ -145,8 +144,6 @@

.tabs .tab-content > .grid-container {
display: block;
inline-size: 100vw;
padding: 0;
position: relative;
}

Expand Down

0 comments on commit fb14041

Please sign in to comment.