Skip to content

Commit ff6d2ad

Browse files
author
Daniel Herzog
committed
Fix for most of DFL-3607: Minor styling issues in Network details
1 parent a56021d commit ff6d2ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/network/network_style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@
359359
.network-detail-overlay .not-content
360360
{
361361
padding: 0;
362+
font: menu;
363+
font-size: 11px;
362364
font-style: normal;
363365
color: #808080;
364366
cursor: default;

src/ui-strings/ui_strings-en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ ui_strings.S_CLEAR_NETWORK_LOG = "Clear network log";
601601
ui_strings.S_CLOSE_COMMAND_LINE = "Close console";
602602

603603
/* DESC: Button label to close an overlay. */
604-
ui_strings.S_CLOSE_OVERLAY_VIEW = "Close overlay";
604+
ui_strings.S_CLOSE_OVERLAY_VIEW = "Close";
605605

606606
/* DESC: Setting for changing the color notation (Hex, RGB, HSL) */
607607
ui_strings.S_COLOR_NOTATION = "Color format";
@@ -1300,7 +1300,7 @@ ui_strings.S_NETWORK_SERVED_FROM_CACHE = "No request made. All data was retrieve
13001300
ui_strings.S_NETWORK_UNKNOWN_MIME_TYPE = "MIME type not known for request data";
13011301

13021302
/* DESC: Name of networks wrap-lines setting */
1303-
ui_strings.S_NETWORK_WRAP_LINES_LABEL = "Wrap long lines";
1303+
ui_strings.S_NETWORK_WRAP_LINES_LABEL = "Line wrap";
13041304

13051305
/* DESC: The string "None" used wherever there's an absence of something */
13061306
ui_strings.S_NONE = "None";

0 commit comments

Comments
 (0)