Html – Summary arrow is not centered with the content
I'm using summary/details html gadget for show a series of events. Here is a simplified code (removed all rails/erb logic) .eventscreen { display: flex; flex-direction: column; width: 100%; margin: 1em; padding: 1em; gap: 1em; details { justify-self: center; table {…