Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/devices/devicesView.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css |
| index 1fec4e680f82338da8dc9e6a2be8d5d8cbbf9a28..8cad9b6f3ed4c6ee7e8622c2ff28524f3392722e 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css |
| @@ -137,15 +137,18 @@ |
| flex: auto 1 1; |
| } |
| -.port-forwarding-value { |
| +.list-item .port-forwarding-value { |
| white-space: nowrap; |
| text-overflow: ellipsis; |
| -webkit-user-select: none; |
| color: #222; |
| - flex: 3 1 0; |
| overflow: hidden; |
|
luoe
2017/05/26 23:41:04
.port-forwarding-value applies to
- values in the
|
| } |
| +.port-forwarding-value { |
| + flex: 3 1 0; |
| +} |
| + |
| .port-forwarding-value.port-forwarding-port { |
| flex: 1 1 0; |
| } |
| @@ -224,15 +227,18 @@ |
| flex: auto 1 1; |
| } |
| -.network-discovery-value { |
| +.list-item .network-discovery-value { |
| white-space: nowrap; |
| text-overflow: ellipsis; |
| -webkit-user-select: none; |
| color: #222; |
| - flex: 3 1 0; |
| overflow: hidden; |
| } |
| +.network-discovery-value { |
| + flex: 3 1 0; |
| +} |
| + |
| .network-discovery-edit-row { |
| flex: none; |
| display: flex; |