center dialog title

This commit is contained in:
Bruno Windels 2019-06-26 11:57:29 +02:00
parent ee03a0f31d
commit fffdfde8ba

View file

@ -14,7 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MessageEditHistoryDialog ul {
.mx_MessageEditHistoryDialog .mx_Dialog_header > .mx_Dialog_title {
text-align: center;
}
.mx_MessageEditHistoryDialog {
display: flex;
flex-direction: column;