Add a comment explaining this css.
This commit is contained in:
parent
d5c99b407d
commit
b67aa63b26
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ h2, h3
|
|||
|
||||
#right > *
|
||||
{
|
||||
/* Fixes button_with_confirm, spinner, etc. from width-jumping on load,
|
||||
because originally the button is occupying the full width and then becomes
|
||||
small when it gets put into the holder */
|
||||
margin-right: auto;
|
||||
}
|
||||
#right input
|
||||
|
|
Loading…
Reference in a new issue