implement RoomAliasField component

adding a postfix to Field to show the domain name
This commit is contained in:
Bruno Windels 2019-09-20 17:45:14 +02:00
parent c5f9ef87ba
commit 8a1c1bbec4
5 changed files with 198 additions and 3 deletions

View file

@ -31,6 +31,10 @@ limitations under the License.
border-right: 1px solid $input-border-color;
}
.mx_Field_postfix {
border-left: 1px solid $input-border-color;
}
.mx_Field input,
.mx_Field select,
.mx_Field textarea {