16 May
2014
16 May
'14
10:19 a.m.
Author: bleny Date: 2014-05-16 12:19:41 +0200 (Fri, 16 May 2014) New Revision: 1948 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1948 Log: refs #4997 use stretch in boats layout to prevent white holes Modified: trunk/wao-web/src/main/webapp/wao.css Modified: trunk/wao-web/src/main/webapp/wao.css =================================================================== --- trunk/wao-web/src/main/webapp/wao.css 2014-05-16 10:14:25 UTC (rev 1947) +++ trunk/wao-web/src/main/webapp/wao.css 2014-05-16 10:19:41 UTC (rev 1948) @@ -539,7 +539,7 @@ #boats-filters-list-details-layout { display: flex; justify-content: space-around; - align-items: flex-start; + align-items: stretch; flex-wrap: nowrap; }