Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
CSS
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2016 at 07:43 UTC
Updated:
17 May 2018 at 08:04 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
edurenye commentedFixed, here it looks like the last screenshot.
Comment #3
edurenye commentedTo reproduce that do the following:
Comment #4
edurenye commentedComment #9
ecrown commentedre-rolling patch for drupal 8.6.x
Comment #10
runeasgar commenteddrush cex. Editing a view. Looking at config diff. Indeed, it is pretty crummy.curl -l https://www.drupal.org/files/issues/2018-04-13/9-2695945-reduce-size.patch | git apply -v.drush crMarking as RTBC.
Comment #11
larowlanComment #12
lauriiiSeems like that makes the situation less awkward. This does slightly change the way the table is behaving since before the columns used to be equal size, but after the change that is not ensured.
For example:

However, I think this is already a nice improvement with little effort compared to what it would take to make rest of the changes. If any of you are interested in working on improvements for the CMI UI, this could be a nice follow-up to work on.
Committed 233ae5c and pushed to 8.6.x. Thanks! ✨