fix group layout
This commit is contained in:
parent
290174b031
commit
fc270b435c
2 changed files with 22 additions and 10 deletions
|
@ -241,7 +241,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_EventTile {
|
||||
margin: 0 58px;
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.mx_EventTile_line {
|
||||
|
@ -258,6 +258,10 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
& ~ .mx_EventListSummary[data-expanded=false] {
|
||||
padding: 0 34px;
|
||||
}
|
||||
|
||||
/* events that do not require bubble layout */
|
||||
& ~ .mx_EventListSummary,
|
||||
&.mx_EventTile_bad {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue