File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,26 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
197
197
border : none;
198
198
font-family : inherit;
199
199
overflow : visible;
200
+ display : flex;
201
+ }
202
+
203
+ ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql {
204
+ flex : 1 1 auto;
205
+ }
206
+
207
+ ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item .phpdebugbar-widgets-duration {
208
+ flex : 0 0 auto;
209
+ }
210
+
211
+ ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item .phpdebugbar-widgets-database {
212
+ flex : 0 0 auto;
213
+ }
214
+
215
+ ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item .phpdebugbar-widgets-params {
216
+ flex : 1 1 auto;
217
+ order : -1 ;
218
+ width : auto;
219
+ max-width : 200px ;
200
220
}
201
221
202
222
ul .phpdebugbar-widgets-list li .phpdebugbar-widgets-list-item : nth-child (even) {
You can’t perform that action at this time.
0 commit comments