Fix #933: Ensure password input doesn't overflow outside of container

This commit is contained in:
Eliot Berriot 2019-10-16 11:48:37 +02:00
parent db80710160
commit caba333287
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Ensure password input doesn't overflow outside of container (#933)

View File

@ -1,5 +1,5 @@
<template>
<div class="ui action input">
<div class="ui fluid action input">
<input
required
name="password"