Skip to content

Commit

Permalink
Fix few warn during GWT compilation (#4697)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Parfonov <[email protected]>
  • Loading branch information
Vitalii Parfonov authored Apr 4, 2017
1 parent 5d93bb1 commit ad2557f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
margin-left: 0px;
border: 1px solid rgba(188, 195, 199, 0.2);
position: absolute;
width: literal(calc(100% - 0px));
width: literal("calc(100% - 0px)");
border-radius: 3px;
z-index: 100;
box-sizing: border-box;
Expand Down

0 comments on commit ad2557f

Please sign in to comment.