webapp: Fixed visual glitch in xmpp pairing.
It seems that all other uses of <div .col-sm-9> occur outside of <div .content-box>. This one occurred inside it, when xmpp pairing. This was introduced in the bootstrap 3 conversion.
This commit is contained in:
parent
974be83aef
commit
0881f6d45c
3 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<div .col-sm-9 ##{ident}>
|
||||
<div ##{ident}>
|
||||
<table .table>
|
||||
<tbody>
|
||||
$if null buddies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue