Use h tag for widget title instead of b tag (#12504)

* Change b tag to h3 tag

* Remove margin

* Update snapshots
This commit is contained in:
R Midhun Suresh
2024-05-08 19:27:17 +05:30
committed by GitHub
parent 51a543643e
commit 706c4b7101
3 changed files with 12 additions and 7 deletions

View File

@@ -216,6 +216,11 @@ limitations under the License.
margin-right: 12px;
}
h3 {
font-size: inherit;
margin: 0;
}
> :last-child {
margin-left: 9px;
display: flex;