stylesheets: increase maximum width of fixed alerts

This commit is contained in:
Pierre de La Morinerie 2019-01-24 18:35:30 +01:00
parent c6fdbe8256
commit bb50850e3c

View file

@ -25,8 +25,8 @@
.alert-fixed {
position: fixed;
left: 50%;
margin-left: -100px;
width: 200px;
transform: translate(-50%);
max-width: 700px;
top: 10px;
border-radius: 10px;
// Ensure fixed flash messages are above `position: absolute` elements (like maps)