| Index: third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| index ea99a95f2a82f3ac2e70f48f9d5e612760709ff3..7cb82460ae1dc75259c1bec0edcfb7fc7288b0ba 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| @@ -149,4 +149,12 @@ fieldset.device-orientation-override-section[disabled] .accelerometer-stage {
|
|
|
| fieldset.device-orientation-override-section {
|
| display: flex;
|
| -}
|
| +}
|
| +
|
| +.touch-label {
|
| + margin-top: 10px;
|
| +}
|
| +
|
| +.touch-label select {
|
| + margin-left: 10px;
|
| +}
|
|
|