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:
J. Ryan Stinnett 2020-09-11 14:09:54 +01:00
parent 7bd5e3fa31
commit 3259ab1f25
2 changed files with 25 additions and 19 deletions

View file

@ -28,4 +28,8 @@ limitations under the License.
.mx_CrossSigningPanel_buttonRow {
margin: 1em 0;
:nth-child(n + 1) {
margin-inline-end: 10px;
}
}