CSS: GroupView headershould be at least 70px in height
This commit is contained in:
@@ -30,7 +30,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_GroupView_header {
|
.mx_GroupView_header {
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
height: 70px;
|
min-height: 70px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user