Fix: Alignment Fixed (#11648)
* Fix: Alignment Fixed * Fix: Pinned Widget also aligned --------- Co-authored-by: Manan Sadana <manan.sadana@cnhteam.onmicrosoft.com>
This commit is contained in:
parent
1c2d604abe
commit
560449676b
2 changed files with 10 additions and 1 deletions
|
@ -122,8 +122,14 @@ limitations under the License.
|
|||
padding: 10px 48px 10px 12px; /* based on typical mx_RoomSummaryCard_Button padding */
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
span {
|
||||
/* Center aligned and Spacing matched with the About section above the Widgets section */
|
||||
margin-right: 10px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: $primary-content;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -218,6 +218,9 @@ limitations under the License.
|
|||
|
||||
> :last-child {
|
||||
margin-left: 9px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue