Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1699)

Unified Diff: Source/devtools/front_end/filter.css

Issue 72863002: [DevTools] Added regex support to console filters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/filter.css
diff --git a/Source/devtools/front_end/filter.css b/Source/devtools/front_end/filter.css
index ce6060e177dad1b9072a85fbc7f621f4075485ce..e350f51ff478313418a791190cfc5d9dfa899aeb 100644
--- a/Source/devtools/front_end/filter.css
+++ b/Source/devtools/front_end/filter.css
@@ -29,10 +29,10 @@
*/
.filter-text-filter {
+ display: -webkit-flex;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
- flex: 0 0 100px;
}
.filter-bitset-filter {
« Source/devtools/front_end/FilterBar.js ('K') | « Source/devtools/front_end/FilterBar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698