Fix DOM structure in RoomRecoveryReminder

Buttons (which end up as <div>s) aren't allowed inside <p>s.
This commit is contained in:
J. Ryan Stinnett 2020-01-03 13:51:42 +00:00
parent d5a82a5fc2
commit 4211ec5063
2 changed files with 5 additions and 4 deletions

View file

@ -40,4 +40,5 @@ limitations under the License.
.mx_RoomRecoveryReminder_secondary {
font-size: 90%;
margin-top: 1em;
}