Skip to content

Commit

Permalink
Merge pull request #30 from contao-themes-net/fix/responsive-columns
Browse files Browse the repository at this point in the history
fix responsive columns
  • Loading branch information
MDevster authored Sep 24, 2021
2 parents b66e9e5 + ef89127 commit 5b73baa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.5.1](https://github.com/contao-themes-net/nature-theme-bundle/tree/1.5.1) – 2021-09-24

- [fix] responsive columns

## [1.5.0](https://github.com/contao-themes-net/nature-theme-bundle/tree/1.5.0) – 2021-08-25

- [feature] add sql files for contao 4.12
Expand Down
2 changes: 1 addition & 1 deletion src/Module/NatureThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class NatureThemeSetup extends \BackendModule
{
const VERSION = '1.5.0';
const VERSION = '1.5.1';

protected $strTemplate = 'be_naturetheme_setup';

Expand Down
5 changes: 4 additions & 1 deletion src/Resources/public/scss/parts/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ a {
}
}

.ce_table.block, .ce_text.block {
overflow: hidden;
}

.toggler {
background: $primary;
color: $white;
Expand Down Expand Up @@ -828,7 +832,6 @@ a {

.columns {
flex-wrap: wrap;
display: flex;
}

.content {
Expand Down

0 comments on commit 5b73baa

Please sign in to comment.