Skip to content

Commit

Permalink
Merge pull request #5 from unicef-polymer/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adi130987 authored Mar 1, 2017
2 parents 7d26548 + a823ce4 commit 01ca635
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions style/etools-file-style.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
@apply(--etools-file-filename-container);
}
:host([readonly]) .selected-file-container {
@apply(--etools-file-readonly-filename-container);
max-width: calc(100% - 145px);
@apply(--etools-file-readonly-filename-container);
}
.file-actions {
@apply(--layout-horizontal);
Expand All @@ -85,9 +86,6 @@
.file-actions.only-selected {
width: 145px;
}
:host([readonly]) .selected-file-container {
max-width: calc(100% - 130px);
}
:host([readonly]) .file-actions {
width: 130px;
}
Expand Down

0 comments on commit 01ca635

Please sign in to comment.