# HG changeset patch # User Lucas Thompson # Date 1496742433 -3600 # Node ID 2dbe167a95fdf9f469732124b8de2fc2b510c0b3 # Parent 95d1f10129a3760fcdb2951ba918011e173e421d CSS fix for avoiding text selection, mainly for when zooming on desktop. diff -r 95d1f10129a3 -r 2dbe167a95fd src/app/analysis-item/analysis-item.component.css --- a/src/app/analysis-item/analysis-item.component.css Mon Jun 05 14:56:58 2017 +0100 +++ b/src/app/analysis-item/analysis-item.component.css Tue Jun 06 10:47:13 2017 +0100 @@ -3,6 +3,7 @@ padding-right: 0; width: 100%; padding-bottom: 0; + user-select: none; } md-card-actions { @@ -24,3 +25,4 @@ height: 160px; width: 100%; } +