Merge pull request #3975 from matrix-org/t3chguy/right_panel_learn_more

Replace Verify button in UserInfo verification with "Learn more"
This commit is contained in:
Michael Telatynski
2020-01-29 15:27:46 +00:00
committed by GitHub
6 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -260,11 +260,11 @@ limitations under the License.
}
}
.mx_UserInfo_verify {
.mx_UserInfo_wideButton {
display: block;
margin: 16px 0;
}
button.mx_UserInfo_verify {
button.mx_UserInfo_wideButton {
width: 100%; // FIXME get rid of this once we get rid of DialogButtons here
}
}