question

AnnieTang-8993 avatar image
0 Votes"
AnnieTang-8993 asked EmilyDu-MSFT commented

How to widen a description column in task list in SharePoint 2013?

Hi,

My description column has more than 200 characters. How to widen this column to make it nice look?

Thank you for your assistance.

V/R,
Annie Tang

office-sharepoint-server-administration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

EmilyDu-MSFT avatar image
0 Votes"
EmilyDu-MSFT answered EmilyDu-MSFT commented

@AnnieTang-8993

Whether the "Description" column is a multiple lines of text column?

1.Edit page -> Add a script editor web part -> Add below codes into the script editor web part.

 <style>
 .ms-vh-div[DisplayName='Description']
 {
 width : 3000px !important;
 }
 </style>

2.Edit page -> Add a content editor web part -> Add below codes in the txt file into the content editor web part.
95130-code.txt

3.Result.
95190-1.png


If an Answer is helpful, please click "Accept Answer" and upvote it
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



1.png (41.5 KiB)
code.txt (251 B)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@AnnieTang-8993

I'm checking how the things are going on about this issue. Whether the answer helps you?

You can accept the answer if it helps.


If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.




0 Votes 0 ·
AnnieTang-6847 avatar image
0 Votes"
AnnieTang-6847 answered EmilyDu-MSFT commented

Hi Emily,

Thanks for your response. I apologized I just saw your response today. I checked back my Gmail box I couldn't find your email there.

Your script totally worked on my list. I don't see the 'Accept Answer' button here. If could, would you re-post the button then I'm going to accept it. Thank you again.

v/r,
Annie Tang

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@AnnieTang-6847

You have to log in Microsoft Q&A with the account @AnnieTang-8993, then you could accept the answer.

0 Votes 0 ·