fix room header height
This commit is contained in:
parent
8dd90980d8
commit
fa4bd09f0c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ limitations under the License.
|
||||||
.mx_RoomHeader_name {
|
.mx_RoomHeader_name {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 28px;
|
height: 30px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: #454545;
|
color: #454545;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Add table
Reference in a new issue