CSS for GroupView: align "save"/"cancel" buttons in settings

pull/5137/head
Luke Barnard 2017-09-27 10:31:27 +01:00
parent f64f293cdb
commit 2adf08dee0
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@ limitations under the License.
.mx_GroupView {
max-width: 960px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.mx_GroupView_error {
@ -72,6 +74,7 @@ limitations under the License.
.mx_GroupView_header_rightCol {
display: flex;
align-items: center;
}
.mx_GroupView_textButton {