Fixes
This commit is contained in:
parent
b96b488c22
commit
341d17c7b9
6 changed files with 22 additions and 14 deletions
|
|
@ -58,7 +58,7 @@
|
|||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.linewrap {
|
||||
.linewrap, .linewrap code {
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
|
|
|
|||
|
|
@ -1939,7 +1939,7 @@ function formatCSModList() {
|
|||
.attr("data-toggle", "dropdown")
|
||||
.html("Edit <span class=caret></span>")
|
||||
.appendTo(dd);
|
||||
if (CLIENT.rank <= entry.rank) {
|
||||
if (CLIENT.rank <= entry.rank && !(CLIENT.rank === 4 && entry.rank === 4)) {
|
||||
toggle.addClass("disabled");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue