Place cross-signing action buttons on a single row
Part of https://github.com/vector-im/element-web/issues/13895
This commit is contained in:
parent
7bd5e3fa31
commit
3259ab1f25
2 changed files with 25 additions and 19 deletions
|
@ -28,4 +28,8 @@ limitations under the License.
|
|||
|
||||
.mx_CrossSigningPanel_buttonRow {
|
||||
margin: 1em 0;
|
||||
|
||||
:nth-child(n + 1) {
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue