Replies: 1 comment
-
Good question. In the latest release (9.x), I believe the column's id is different than that, but I'm on mobile right now and would have to check that when I'm back at my desktop. You should poke around to make sure you have the right ID. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use custom CSS code in the userChrome.css config file to set a fixed width for several columns, for example this one to set the width of the "Date" column to 10em:
#dateCol { max-width: 10em !important; min-width: 10em !important; }
My question: Is it possible to set a fixed width for the "SendLater" column, too? I have tried the following code, but it did not work for me:
#sendlater3-colXSendLaterAt { max-width: 10em !important; min-width: 10em !important; }
Beta Was this translation helpful? Give feedback.
All reactions