Skip to content

Commit

Permalink
Fix styling demo cell heights
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulis committed Jun 26, 2016
1 parent 5dbd510 commit 764f27d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/styling.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ <h3>Style Mixins</h3>
<template>
<template is="dom-bind">
<style is="custom-style">
#grid1 data-table-row:not([header]) data-table-cell {
height: 60px;
}

#grid1 {
--default-primary-color: red;
font-family: 'Roboto', 'Noto', sans-serif;
Expand Down

0 comments on commit 764f27d

Please sign in to comment.