Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Bugfix: CSS Alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Aug 16, 2018
1 parent 2a47662 commit 3588bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
5 changes: 2 additions & 3 deletions ext-weblink.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,18 @@ class ExtWebLink extends HTMLElement {
}
div {
flex: 1;
padding-right: 8px;
padding-left: 8px;
padding-top: 8px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
div .state {
text-align: right;
padding: 12px 0px 12px 0px;
}
div .name {
text-align: left;
overflow: visible;
padding: 12px 12px 12px 16px;
}
div .main {
Expand Down

0 comments on commit 3588bea

Please sign in to comment.