fix: OpenPgpImport popup textarea width

This commit is contained in:
Rene Hampölz 2023-06-14 20:43:49 +00:00
parent 5800905f01
commit 8470525f99

View file

@ -1967,6 +1967,10 @@ html.sm-msgView-bottom #rl-app .messageView {
}
}
#rl-app #V-PopupsOpenPgpImport textarea {
width: 100%;
}
/* #endregion */
/* #region popup contacts */