Skip to content

Commit

Permalink
fix: fixed full-width in grid block
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBianchi committed Dec 29, 2023
1 parent 39ca6e5 commit 7e09cbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/ItaliaTheme/Blocks/_gridBlock.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.block.gridBlock {
.full-width {
all: unset;
}
}
5 changes: 5 additions & 0 deletions theme/ItaliaTheme/Views/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ div.sticky-wrapper {
}
}
}
.card-body {
.category-top {
hyphens: auto;
}
}
}

.icon-argument-container {
Expand Down
1 change: 1 addition & 0 deletions theme/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
@import 'ItaliaTheme/Blocks/calendar';
@import 'ItaliaTheme/Blocks/alert';
@import 'ItaliaTheme/Blocks/info';
@import 'ItaliaTheme/Blocks/gridBlock';
@import 'ItaliaTheme/Blocks/highlitedContent';
@import 'ItaliaTheme/Blocks/iconBlocks';
@import 'ItaliaTheme/Blocks/imageBlock';
Expand Down

0 comments on commit 7e09cbe

Please sign in to comment.