The source editor width is restricted to a maximum of 350px
.ipsApp .ipsField_autocomplete,.ipsApp textarea,.ipsApp input[type="text"],.ipsApp input[type="password"],.ipsApp input[type="datetime"],.ipsApp input[type="datetime-local"],.ipsApp input[type="date"],.ipsApp input[type="month"],.ipsApp input[type="time"],.ipsApp input[type="week"],.ipsApp input[type="number"],.ipsApp input[type="email"],.ipsApp input[type="url"],.ipsApp input[type="search"],.ipsApp input[type="tel"]{
background-color:#ffffff;
border-width:1px;
border-style: solid;
border-color:#a6a6a6 #d9d9d9 #d9d9d9 #a6a6a6;
border-radius:3px;
width:100%;
max-width:350px;<-this one is messing things up
padding:7px;}
The max-width element is restricting the source edit width. You can override it on the in-line element style of the textarea. It looks like someone was trying to do that, but used width instead of max-width. The following edit should fix the issue:
Name: CHOCOMOCO_SD
Steam I.D: STEAM_0:0:52447046
Duration of Ban: Permanent
Reasons for the Ban: Racist comments
Demo Provided?: N
Comments: Said the N word twice
Its Friday Night Fight Night in HLL and me and Muthas are in different squads.
We meet up while attacking a point:
Me: Muthas! Let's go get the poiple toineps!
Muthas: Hah poi....
We are immediately cut down by a MG.
Steam messages:
Muthas: LMFAOO
Me:OMFG! ROFLMAO!
Name: elon musk
Steam I.D: STEAM_0:0:918906720
Duration of Ban: Permanent
Reasons for the Ban: Racist comments and Mass Team Killing
Demo Provided?: N
Comments: Keebler reported in public chat, sent screen shot of typed comments
Hey Reis! Great to see you again, man. The unit means a lot to all of us and I know you were here for quite some time. There’s always room for you to come back
*Salute*
I dont know how many of the people that know me or what i did in the unit are still here. But i just wanted to leave a huge thank you on the forums to this unit, that i was a part of for so many years, and all the good times and hardships i shared with a lot of different people from all over the world.
Maybe i'll still see you in DoD:s
*Salute*
Question
Woz 1st MRB
The source editor width is restricted to a maximum of 350px
The max-width element is restricting the source edit width. You can override it on the in-line element style of the textarea. It looks like someone was trying to do that, but used width instead of max-width. The following edit should fix the issue:
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.