Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 80647db

Browse files
committed
refactor: use proper bootstrap class
1 parent befa555 commit 80647db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/examples/grid-tree-data-hierarchical.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2 [innerHTML]="title"></h2>
2828
<div class="input-group">
2929
<input type="text" class="form-control search-string" data-test="search-string"
3030
[(ngModel)]="searchString" (ngModelChange)="searchStringChanged()">
31-
<div class="input-group-btn">
31+
<div class="input-group-append">
3232
<button class="btn btn-outline-secondary" data-test="clear-search-string" (click)="clearSearch()">
3333
<span class="icon mdi mdi-close-thick"></span>
3434
</button>

0 commit comments

Comments
 (0)