Skip to content

Commit 594a2ae

Browse files
committed
Fixed flex-layout
1 parent 4d4a615 commit 594a2ae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.0.16]
5+
### Fixed
6+
- Fixed flex layout.
7+
48
## [0.0.15]
59
### Fixed
610
- Prevent custom layout distruption when not `pf-layout` is disabled.
@@ -162,7 +166,8 @@ disabled, as per PatternFly design guidelines.
162166
- `pf-toolbar` component
163167
- `pf-utilization-bar-chart` component
164168

165-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.15...HEAD
169+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.16...HEAD
170+
[0.0.16]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.15...v0.0.16
166171
[0.0.15]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.14...v0.0.15
167172
[0.0.14]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.13...v0.0.14
168173
[0.0.13]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.12...v0.0.13

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-patternfly",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "PatternFly components for Vue.js 2",
55
"main": "dist/vue-patternfly.min.js",
66
"directories": {

src/components/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default {
187187
<style>
188188
.layout-pf .pf-layout-container {
189189
position: relative;
190-
min-height: 100%;
190+
height: 100%;
191191
}
192192
193193
nav.navbar-pf > .collapse .navbar-right:last-child,

0 commit comments

Comments
 (0)