Skip to content

Commit

Permalink
fix plugin header container alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Doron Nahari <[email protected]>
  • Loading branch information
DoroNahari authored and vince-fugnitto committed Jan 29, 2020
1 parent 3f53b48 commit 554f99e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/plugin-ext/src/main/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
flex-direction: column;
}

.pluginHeaderContainer {
margin-bottom: 5px;
}

.theia-plugin-test-tab-icon {
-webkit-mask: url('test.svg');
mask: url('test.svg');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

.theia-plugins .pluginHeaderContainer {
padding: 3px 15px;
padding: 5px 15px;
font-size: var(--theia-ui-font-size0);
border-bottom: 1px solid;
}
Expand Down

0 comments on commit 554f99e

Please sign in to comment.