Skip to content

Commit 0597662

Browse files
Fix for block grid styling regression issue #15973 (#19014)
Co-authored-by: Andy Butland <[email protected]>
1 parent e471c1f commit 0597662

File tree

1 file changed

+2
-0
lines changed
  • src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock

1 file changed

+2
-0
lines changed

src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
user-select: none;
2323
border: none;
2424
transition: border-color 120ms, background-color 120ms;
25+
font-size:15px;
26+
font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
2527
}
2628
.blockelement-gridblock-editor > button:hover {
2729
color: #2152A3;

0 commit comments

Comments
 (0)