fix homeserver field style in login view

This commit is contained in:
Bruno Windels 2022-02-10 09:40:19 +01:00
parent 74f7879cb6
commit 5f6308e7c4
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.form .form-row.text > input, .form .form-row.text > textarea {
.form-row.text > input, .form-row.text > textarea {
display: block;
width: 100%;
min-width: 0;

View file

@ -80,7 +80,7 @@ limitations under the License.
flex: 1 0 auto;
}
.form textarea {
.form-row.text textarea {
font-family: "Inter", sans-serif;
}