Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 85b1f16

Browse files
committed
post-merge tidy up
1 parent 0a209af commit 85b1f16

File tree

3 files changed

+154
-126
lines changed

3 files changed

+154
-126
lines changed

res/css/structures/_SpaceHierarchy.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ limitations under the License.
116116
}
117117
}
118118

119+
.mx_SpaceHierarchy_list {
120+
list-style: none;
121+
padding: 0;
122+
margin: 0;
123+
}
124+
119125
.mx_SpaceHierarchy_roomCount {
120126
> h3 {
121127
display: inline;
@@ -264,7 +270,7 @@ limitations under the License.
264270
}
265271
}
266272

267-
li.mx_SpaceRoomDirectory_roomTileWrapper {
273+
li.mx_SpaceHierarchy_roomTileWrapper {
268274
list-style: none;
269275
}
270276

0 commit comments

Comments
 (0)