Skip to content

Commit e32a8b5

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
Update some empty states texts after UX review
This is updating the DOM breakpoints text, and changes the Learn more link not to be wrappable (new line). Bug: 325443331 Change-Id: I49ce128b082352c26e71d98061e41a9b894fb5af Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6198406 Commit-Queue: Kateryna Prokopenko <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Auto-Submit: Kim-Anh Tran <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]>
1 parent e7d341f commit e32a8b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

front_end/panels/browser_debugger/DOMBreakpointsSidebarPane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const UIStrings = {
4242
/**
4343
*@description Header text to indicate there are no breakpoints
4444
*/
45-
noBreakpoints: 'You\'ll find DOM breakpoints here',
45+
noBreakpoints: 'No DOM breakpoints set',
4646
/**
4747
*@description DOM breakpoints description that shows if no DOM breakpoints are set
4848
*/

front_end/ui/legacy/inspectorCommon.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ select option {
579579
color: var(--sys-color-on-surface-subtle);
580580

581581
> x-link { /* stylelint-disable-line selector-type-no-unknown */
582+
white-space: nowrap;
582583
margin-left: var(--sys-size-3);
583584
}
584585
}

0 commit comments

Comments
 (0)