display share link in textarea

This commit is contained in:
David Benqué
2019-12-04 12:46:56 +00:00
parent 1ba03dee45
commit ee35c1d151
3 changed files with 20 additions and 1 deletions

View File

@@ -233,6 +233,13 @@
}
}
textarea {
overflow: hidden;
&[readonly] {
resize: none;
}
}
span.cp-password-container {
display: flex;
align-items: center;