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:
Suspicion active, was sprinting around no scoping everyone prior to demo then just ran around with pistol after I started, seems to be tracing through walls.
# 464 "Gannicus" [U:1:1847068838] 30:29 105 0 active
gannicus.dem
Hello Belcher, Hello Cannon,
thanks for your reply and I appreciate the effort. Strangely some weeks ago I could join the server and played on it but some days after access been blocked again, of course not using any vpn or other stuff. Really no idea what really happened.
My steam ID is 76561198037997651
Thanks for your reply, I appreciate you looked into it!
Kind regards Chris / Crucco
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.