You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to make a note of this weird behaviour in case someone else stumbles on it as well:
In Section Q the row Q.OP1.010 has a weird behaviour. Trying to double-click on the equation in Q.OP1.012 will cause the words Maximum number of iterations jump between
Maximum number
of iterations
and
Maximum
number of
iterations
which causes the rest of the table to move down slightly and cause your second click on the equation to miss. For now I did a rough patch with Maximum <br>number of iterations to force how it splits, but I wonder if this is an issue with
.md-typeset td {
overflow-wrap: break-word;
}
in extra.css not working properly?
Similar changes in the table after clicking happen also in M.SM4.003, M.IC1.004, M.IC1.005, M.IC1.006, M.DM1.001, M.DM1.002, M.DM1.009, M.LC1.001, G.MI1.003, all G.OP2.x, some G.DI1.x, but only for some of the equations per row and in these cases it doesn't affect user experience much.
The text was updated successfully, but these errors were encountered:
Just wanted to make a note of this weird behaviour in case someone else stumbles on it as well:
In Section Q the row Q.OP1.010 has a weird behaviour. Trying to double-click on the equation in Q.OP1.012 will cause the words
Maximum number of iterations
jump betweenand
which causes the rest of the table to move down slightly and cause your second click on the equation to miss. For now I did a rough patch with
Maximum <br>number of iterations
to force how it splits, but I wonder if this is an issue within
extra.css
not working properly?Similar changes in the table after clicking happen also in M.SM4.003, M.IC1.004, M.IC1.005, M.IC1.006, M.DM1.001, M.DM1.002, M.DM1.009, M.LC1.001, G.MI1.003, all G.OP2.x, some G.DI1.x, but only for some of the equations per row and in these cases it doesn't affect user experience much.
The text was updated successfully, but these errors were encountered: