Remove the value of improper css property.
authorbunam.jeon <bunam.jeon@samsung.com>
Wed, 24 Jul 2013 08:24:09 +0000 (17:24 +0900)
committerbunam.jeon <bunam.jeon@samsung.com>
Wed, 24 Jul 2013 08:47:32 +0000 (17:47 +0900)
[Title] Remove the value of improper css property.
[Issue#] TDIS-6988
[Problem] Debuggin buttons cannot be shown in inspector.
[Cause] Use an wrong property value
[Solution] It is unnecessary property.
   and this property has already been deleted in opensource.

Change-Id: I2de1245917df970b0eb2b7afd399f88d95cc6596

Source/WebCore/inspector/front-end/inspector.css

index 7d1065c..b4b534b 100644 (file)
@@ -531,7 +531,6 @@ body.drawer-visible #main-panels {
     display: inline-block;
     pointer-events: auto;
     cursor: default;
-    -webkit-flex: 0;
     height: 24px;
     padding: 0;
     margin-left: -1px;