fix: note creator mobile
This commit is contained in:
@ -241,10 +241,7 @@ small {
|
||||
line-height: 22px; /* 157.143% */
|
||||
}
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
.button {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
padding: 10px 16px;
|
||||
@ -257,6 +254,13 @@ button,
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
@apply button;
|
||||
}
|
||||
|
||||
.btn,
|
||||
input,
|
||||
select {
|
||||
@ -809,7 +813,7 @@ button.tall {
|
||||
}
|
||||
}
|
||||
|
||||
.rta__textarea {
|
||||
.note-creator-modal .rta__textarea {
|
||||
/* Fix width calculation to account for 32px padding on input */
|
||||
width: calc(100% - 32px) !important;
|
||||
font-size: 15px !important;
|
||||
|
Reference in New Issue
Block a user