mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13713] Fix Firefox style issue and add comments
PHPBB3-13713
This commit is contained in:
parent
2d08e570f7
commit
652e5e0753
2 changed files with 4 additions and 2 deletions
|
@ -1694,7 +1694,7 @@ fieldset.submit-buttons legend {
|
|||
}
|
||||
|
||||
.atwho-view-ul { /* mention-list */
|
||||
overflow: auto;
|
||||
overflow: auto; /* placed here for list to scroll with arrow key press */
|
||||
max-height: 200px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -1760,6 +1760,7 @@ svg { /* TODO: remove it after general normalization */
|
|||
|
||||
.mention-name {
|
||||
line-height: 1.25;
|
||||
margin-right: 20px; /* needed to account for scrollbar bug on Firefox for Windows */
|
||||
}
|
||||
|
||||
.mention-rank {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
.atwho-view-ul { /* mention-list */
|
||||
overflow: auto;
|
||||
overflow: auto; /* placed here for list to scroll with arrow key press */
|
||||
max-height: 200px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -73,6 +73,7 @@ svg { /* TODO: remove it after general normalization */
|
|||
|
||||
.mention-name {
|
||||
line-height: 1.25;
|
||||
margin-right: 20px; /* needed to account for scrollbar bug on Firefox for Windows */
|
||||
}
|
||||
|
||||
.mention-rank {
|
||||
|
|
Loading…
Add table
Reference in a new issue