Bug when hiding fields with quick edit columns?

I just noticed that when I hide columns that are set as quick edit in a detail view, some blank space is left when the columns would have been. Is this a known issue?

Here is the layout of my detail view:

And here is the results as I click each of the Event Size buttons (which is what hides the selected fields):


No gap below buttons


Gap below buttons


Bigger gap below buttons

1 2 70
2 REPLIES 2

This issue appears to be in the css - removing the display element on any of the hidden columns solves this immediately. I am sure it is not that simple given how these pages are created but hope it helps.

.SlideshowPageโ€“sidebyside-mode .SlideshowPage__lineโ€“edit {
width: auto;
display: block;
text-align: left;
}

Steve
Platinum 4
Platinum 4

Escalated.

Top Labels in this Space