mirror of https://github.com/vector-im/riot-web
fix css thinko
parent
4e7c58e242
commit
a61afa0f31
|
@ -99,7 +99,7 @@ limitations under the License.
|
||||||
.mx_RoomSettings .mx_RoomSettings_deleteAlias {
|
.mx_RoomSettings .mx_RoomSettings_deleteAlias {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
pointer: cursor;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSettings_editable {
|
.mx_RoomSettings_editable {
|
||||||
|
|
Loading…
Reference in New Issue