Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markallenramirez committed Jan 19, 2024
1 parent e684e68 commit 0d3bc05
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
font-size: 18px;
font-weight: 500;
}

::ng-deep #gridContainer .dx-toolbar-items-container {
min-height: 44px;
}
8 changes: 6 additions & 2 deletions JSDemos/Demos/DataGrid/ToolbarCustomization/React/styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
.informer {
#gridContainer .informer {
display: grid;
width: 120px;
grid-template-columns: 100%;
padding-right: 20px;
text-align: center;
}

.count {
#gridContainer .count {
font-size: 18px;
font-weight: 500;
}

#gridContainer .dx-toolbar-items-container {
min-height: 44px;
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
.informer {
#gridContainer .informer {
display: grid;
width: 120px;
grid-template-columns: 100%;
padding-right: 20px;
text-align: center;
}

.count {
#gridContainer .count {
font-size: 18px;
font-weight: 500;
}

#gridContainer .dx-toolbar-items-container {
min-height: 44px;
}
8 changes: 6 additions & 2 deletions JSDemos/Demos/DataGrid/ToolbarCustomization/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,20 @@ const refreshDataGrid = () => {
</script>
<style scoped>
.informer {
#gridContainer .informer {
display: grid;
width: 120px;
grid-template-columns: 100%;
padding-right: 20px;
text-align: center;
}
.count {
#gridContainer .count {
font-size: 18px;
font-weight: 500;
}
#gridContainer .dx-toolbar-items-container {
min-height: 44px;
}
</style>
4 changes: 4 additions & 0 deletions JSDemos/Demos/DataGrid/ToolbarCustomization/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
font-size: 18px;
font-weight: 500;
}

#gridContainer .dx-toolbar-items-container {
min-height: 44px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
font-size: 18px;
font-weight: 500;
}

#gridContainer .dx-toolbar-items-container {
min-height: 44px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
font-size: 18px;
font-weight: 500;
}

#gridContainer .dx-toolbar-items-container {
min-height: 44px;
}

0 comments on commit 0d3bc05

Please sign in to comment.