Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
dotCMS/core#16767 QA feedback 4 (#1119)
Browse files Browse the repository at this point in the history
* Reload in current mode
* Style toolbar
  • Loading branch information
fmontes committed Aug 14, 2019
1 parent 1ec0eb7 commit cf677c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ $toolbar-height: 52px;
.ui-toolbar {
height: $toolbar-height;
}

.ui-toolbar-group-right {
flex: 0
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ export class DotPageStateService {
* @memberof DotPageStateService
*/
reload(): void {
this.get();
this.get({
mode: this.currentState.state.mode
});
}

/**
Expand Down

0 comments on commit cf677c3

Please sign in to comment.