mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 13:19: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>
|
<template>
|
||||||
<div class="ui action input">
|
<div class="ui fluid action input">
|
||||||
<input
|
<input
|
||||||
required
|
required
|
||||||
name="password"
|
name="password"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue