| Index: third_party/WebKit/Source/devtools/front_end/mobile_throttling/throttlingSettingsTab.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/mobile_throttling/networkConditionsSettingsTab.css b/third_party/WebKit/Source/devtools/front_end/mobile_throttling/throttlingSettingsTab.css
|
| similarity index 93%
|
| rename from third_party/WebKit/Source/devtools/front_end/mobile_throttling/networkConditionsSettingsTab.css
|
| rename to third_party/WebKit/Source/devtools/front_end/mobile_throttling/throttlingSettingsTab.css
|
| index d85c7bdadc56af5b1699fb035f8ebb96d89470f0..ef9a232e74e75405d9ce3a3ca5b9476daeb2951f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/mobile_throttling/networkConditionsSettingsTab.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/mobile_throttling/throttlingSettingsTab.css
|
| @@ -39,7 +39,6 @@
|
| }
|
|
|
| .conditions-list-text {
|
| - white-space: nowrap;
|
| text-overflow: ellipsis;
|
| flex: 0 0 70px;
|
| -webkit-user-select: none;
|
| @@ -75,6 +74,13 @@
|
| }
|
|
|
| .conditions-edit-row {
|
| + flex: none;
|
| + display: flex;
|
| + flex-direction: row;
|
| + margin: 6px 5px 18px;
|
| +}
|
| +
|
| +.conditions-header-row {
|
| flex: none;
|
| display: flex;
|
| flex-direction: row;
|
|
|