Add hosting link
This commit is contained in:
parent
94ce23aa4b
commit
50673496c3
2 changed files with 29 additions and 3 deletions
|
@ -42,6 +42,11 @@ limitations under the License.
|
|||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&:nth-child(n + 1) {
|
||||
// The first header will have appropriate padding, subsequent ones need a margin.
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.mx_UserMenuButton_contextMenu_name {
|
||||
// Create another flexbox of columns to handle large user IDs
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue