forked from mystiq/hydrogen-web
fix homeserver field style in login view
This commit is contained in:
parent
74f7879cb6
commit
5f6308e7c4
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -80,7 +80,7 @@ limitations under the License.
|
|||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.form textarea {
|
||||
.form-row.text textarea {
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue