| Index: third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| index 2a09df43d75724669f8dc240b4af9eb8179d9ecc..47e91dd979881f3e10efffee89078f0a7f2e4ac6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
|
| @@ -59,10 +59,12 @@ input.dt-checkbox-themed:after {
|
|
|
| } /* media */
|
|
|
| -::content .dt-checkbox-text {
|
| +.dt-checkbox-text {
|
| margin-left: 3px;
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| }
|
|
|
| -::content .dt-checkbox-subtitle {
|
| +.dt-checkbox-subtitle {
|
| color: gray;
|
| }
|
|
|