Skip to content

Commit

Permalink
Refactor #1484 - Improve Toolbar implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 12, 2020
1 parent 35516c0 commit afd10bf
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions src/components/toolbar/Toolbar.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
.p-toolbar {
padding: .25em .5em;
}

.p-toolbar:after {
content: "";
display: table;
clear: both;
}

.p-toolbar-group-left {
float:left
display: flex;
align-items: center;
justify-content: space-between;
}

.p-toolbar-group-left,
.p-toolbar-group-right {
float:right
}
display: flex;
align-items: center;
}

0 comments on commit afd10bf

Please sign in to comment.