Skip to content

Commit

Permalink
fix css issue and change atk4 ui minimum version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelar committed Jan 30, 2018
1 parent b10e4cd commit 92bb566
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/css/atk-wordpress.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@
.ui.input > .ui.button {
height: auto;
}

/** fix submit button spacing in modal form **/
.ui.clearing.hidden.divider {
display: block;
margin-bottom: 4px;
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"atk4/ui": "^1.3"
"atk4/ui": "1.4.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
Expand Down

0 comments on commit 92bb566

Please sign in to comment.