Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.editRecovery / styles.less
blob67a97ec7ca38e4687d37b7cd4564ebffc2f7e9dc
1 @import 'mediawiki.skin.variables.less';
3 .mw-EditRecovery-LoadNotification-buttons {
4         margin-top: @size-50;
5         text-align: center;
6         display: flex;
7         flex-wrap: wrap;
9         // Allow long phrases in buttons to wrap to multiple lines rather than extend outside the notification box.
10         .oo-ui-buttonElement > .oo-ui-buttonElement-button {
11                 white-space: normal;
12         }
14         .oo-ui-buttonWidget,
15         .oo-ui-buttonWidget:last-child {
16                 // Remove trailing margins (because we handle horizontal spacing above), and add a top
17                 // margin to keep separation between the buttons and between the buttons and the text above.
18                 margin: @size-50 auto 0 auto;
19         }