Skip to content

Commit 058747e

Browse files
committed
Make room for nav scrollbar when window is resized
1 parent f8c733d commit 058747e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cli/templates/webcomponents/igc-ts/grid/grid-editing/files/src/app/__path__

packages/cli/templates/webcomponents/igc-ts/grid/grid-editing/files/src/app/__path__/__filePrefix__.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class $(ClassName) extends HTMLElement {
3030
margin: 0px;
3131
padding-left: 275px;
3232
padding-right: 20px;
33-
width: calc(100% - 275px);
33+
width: calc(100% - 300px);
3434
}
3535
</style>
3636
<div class="container sample">

0 commit comments

Comments
 (0)