##// END OF EJS Templates
Merge pull request #8176 from gilbertw/master...
Merge pull request #8176 from gilbertw/master Fixes bug that would show "null" as the reason in the don't leave dialog

File last commit:

r16912:30744239
r20947:99aaca48 merge
Show More
quickhelp.less
15 lines | 221 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @font-family-monospace;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}