mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 10:29:28 +02:00
Merge branch '933-landing-page-layout' into 'master'
Resolve "Landing page displays improperly on 768p screen" See merge request funkwhale/funkwhale!931
This commit is contained in:
commit
afbf7151c8
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/933.bugfix
Normal file
1
changes/changelog.d/933.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Ensure password input doesn't overflow outside of container (#933)
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="ui action input">
|
||||
<div class="ui fluid action input">
|
||||
<input
|
||||
required
|
||||
name="password"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue