Skip to content

Commit

Permalink
0.4.4, check changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Kaltofen committed Oct 12, 2018
1 parent b639db4 commit a6dc895
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.4.4] - 2018-10-10

#### Fixed
* add 100% width to nesting .tl_fieldpalette_wrapper > div

## [0.4.3] - 2018-07-31

#### Fixed
Expand Down
4 changes: 4 additions & 0 deletions src/Resources/public/css/fieldpalette-wizard-be.css
Expand Up @@ -32,6 +32,10 @@
padding: 0;
}

.fielpalette-wizard .tl_fieldpalette_wrapper > div{
width: 100%;
}

.fielpalette-wizard .tl_fielpalette_indicator {
position: absolute;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/css/fieldpalette-wizard-be.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6dc895

Please sign in to comment.