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:
2nd Platoon Weekly Attendance
Week of 13APR2025
P = Present | E = Excused | A = Absent
Platoon Staff
CWO. A. Pitteway - Present
1stSgt. J. Candy - Excused
GySgt. A Yoder - Present
GySgt. R. Fielding - Excused
1st Squad
Squad leader: Cpl. M. Noel - Excused
Cpl. B. Grande - Present
Cpl. R. Smith - Present
Cpl. C. Keebler - Excused
Pfc. D. Moffat - Present
2nd Squad
Squad leader: SSgt. S. Holquist - Excused
Cpl. T. Scary - Present
Cpl. C. Marsh - Present
Cpl. W. Swift - -Present
Pfc. M. Oake - Excused
Pvt. R. Zera - Absent
Name: Ieatalottafood
Steam I.D: STEAM_0:1:513301312
Duration of Ban: Permanent
Reasons for the Ban: tking and dropping N word in server
Demo Provided?: N
Comments: pubber made complaint via discord I witnessed the actions and banned
Name: jswagmoney69
Steam I.D: [U:1:211178173]
Duration of Ban: Permanent
Reasons for the Ban: inappropriate comments: "Heil Hitler, n word" couple of times
Demo Provided?: No
Comments: goose was present at the time.
Name: ariana grenade
Steam I.D: STEAM_0:0:830419473
Duration of Ban: Permanent
Reasons for the Ban: Team Killing and Wounding
Demo Provided?: Y/N
Comments: 7th ban in 4 months, and this one is outta here.
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.