implement RoomAliasField component
adding a postfix to Field to show the domain name
This commit is contained in:
parent
c5f9ef87ba
commit
8a1c1bbec4
5 changed files with 198 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue