Skip to content

Commit 8cc3299

Browse files
author
Limon Monte
authored
Merge pull request #84 from vaadin/remove-mixins
Remove mixins
2 parents fe24985 + e3066c7 commit 8cc3299

File tree

4 files changed

+114
-95
lines changed

4 files changed

+114
-95
lines changed

demo/advanced.html

+11
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ <h3>Using with Vaadin Grid</h3>
3838
<template>
3939
<dom-module id="my-grid-view">
4040
<template>
41+
<style>
42+
vaadin-grid {
43+
--vaadin-grid-body-cell: {
44+
padding: 0;
45+
};
46+
}
47+
48+
.body-content {
49+
padding: 8px;
50+
}
51+
</style>
4152

4253
<vaadin-context-menu>
4354
<template>

0 commit comments

Comments
 (0)