Skip to content

Commit

Permalink
[nested-v-grid] change header font size to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jan 23, 2025
1 parent fe35261 commit 49377f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run/resources/public/assets/css/re-com.css
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ code {
text-overflow: ellipsis;
white-space: nowrap;
user-select: none;
font-size: 12px;
font-size: 13px;
background-color: #eee;
color: #777;
padding-top: 3px;
Expand All @@ -1580,7 +1580,7 @@ code {
text-overflow: ellipsis;
white-space: nowrap;
user-select: none;
font-size: 12px;
font-size: 13px;
background-color: #eee;
color: #777;
padding-top: 3px;
Expand All @@ -1597,7 +1597,7 @@ code {
text-overflow: ellipsis;
white-space: nowrap;
user-select: none;
font-size: 12px;
font-size: 13px;
background-color: #eee;
color: #777;
padding-top: 3px;
Expand Down

0 comments on commit 49377f0

Please sign in to comment.