Make merge into label of width 'auto'

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Johannes Löthberg 2015-06-23 19:56:53 +02:00 committed by Lukas Fleischer
parent d1fe28ff7e
commit d841357d7f
2 changed files with 3 additions and 2 deletions

View file

@ -109,6 +109,7 @@ span.hover-help {
cursor:help;
}
label.confirmation {
label.confirmation,
#merge-into {
width: auto;
}