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..d8fc482b3f3f0abc66a4a63b64b4ddd99a032fa2 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css |
| @@ -352,6 +352,10 @@ |
| word-break: break-all; |
| } |
| +.device-inspect-button { |
| + flex: none; |
| +} |
|
luoe
2017/05/26 23:41:06
Without this, you can get the button to shrink.
pfeldman
2017/05/30 21:18:17
It should be done for all buttons thought, no?
luoe
2017/05/30 22:39:45
Yes! Done.
|
| + |
| .device-view-more { |
| cursor: pointer; |
| text-decoration: underline; |