mirror of https://github.com/vector-im/riot-web
Prevent long topics from overflowing fixed height header.
parent
106430f7b6
commit
092ec1cc6c
|
@ -22,7 +22,7 @@ limitations under the License.
|
|||
.mx_RoomHeader_wrapper {
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
height: 73px;
|
||||
height: 70px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
|
@ -176,7 +176,7 @@ limitations under the License.
|
|||
.mx_RoomHeader_topic {
|
||||
vertical-align: bottom;
|
||||
float: left;
|
||||
max-height: 42px;
|
||||
max-height: 38px;
|
||||
color: $settings-grey-fg-color;
|
||||
font-weight: 300;
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in New Issue