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

Commit

Permalink
Fix issue where Toolbar applies block styling to links within the wor…
Browse files Browse the repository at this point in the history
…kbench_tabs message area.
  • Loading branch information
becw committed Oct 6, 2016
1 parent 637424e commit 4c20cee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/workbench-tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
padding: 10px 20px;
}

/* Zap toolbar link styling within the message area. */
.workbench-tabs.toolbar .workbench-tabs__message a {
display: inline;
line-height: inherit;
}

/* Open/Close Messages Trigger */
.workbench-tabs__trigger {
position: absolute;
Expand Down

0 comments on commit 4c20cee

Please sign in to comment.