mailcow / mailcow-dockerized-app

Clone of the mailcow-dockerized repo which contains extra services for CowUI.
GNU General Public License v3.0
5 stars 7 forks source link

Remove breakpoints for small screens for "Recipient" and "Action" columns #4

Closed ValdikSS closed 3 years ago

ValdikSS commented 3 years ago

Action buttons in quarantine are completely hidden if browser window is small, making the user confused. Make action buttons and recipient column visible all the time. Fixes https://github.com/mailcow/mailcow-dockerized/issues/3937

andryyy commented 3 years ago

So you just removed all breakpoints?

ValdikSS commented 3 years ago

Yes, to make these two columns always visible.

andryyy commented 3 years ago

Can you create the PR in mailcow-dockerized? :)

ValdikSS commented 3 years ago

Done. https://github.com/mailcow/mailcow-dockerized/pull/3938

zkryakgul commented 3 years ago

This PR merged into mailcow-dockerized main repo. And this repo updated from main repo. So im closing this PR.