Skip to content
Snippets Groups Projects
Commit 2037f51a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Page view: hide city on small device

parent 0b601d0d
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<h4 class="content dark" ng-if="loading"> <h4 class="content dark" ng-if="loading">
<ion-spinner icon="android"></ion-spinner> <ion-spinner icon="android"></ion-spinner>
</h4> </h4>
<h4 class="content gray" ng-if="formData.city"> <h4 class="content gray hidden-xs hidden-sm" ng-if="formData.city">
<i class="icon ion-location"></i> <i class="icon ion-location"></i>
<span ng-bind-html="formData.city"></span> <span ng-bind-html="formData.city"></span>
</h4> </h4>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment