Remove top padding of room details view
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
4bac98d39a
commit
9a3d7e416a
1 changed files with 1 additions and 0 deletions
|
@ -804,6 +804,7 @@ button.link {
|
|||
|
||||
.RoomDetailsView {
|
||||
padding: 16px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.RoomDetailsView_id {
|
||||
|
|
Reference in a new issue