We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a47b8 commit 754ba55Copy full SHA for 754ba55
www/addons/mod/data/fields/url/template.html
@@ -1,3 +1,3 @@
1
<span ng-if="mode == 'edit'" mm-mark-required="{{field.required}}"></span>
2
<input ng-if="mode != 'show'" type="text" placeholder="{{field.name}}" name="f_{{field.id}}" ng-model="val">
3
-<mm-format-text ng-if="mode == 'show'" watch="true"><a ng-href="text">{{text}}</a></mm-format-text>
+<a ng-if="mode == 'show'" ng-href="{{text}}">{{field.name}}</a>
www/addons/mod/data/scss/styles.scss
@@ -103,6 +103,7 @@
103
width: 100%;
104
margin: -1px;
105
border: 1px solid $gray;
106
+ overflow: hidden;
107
}
108
109
.item-checkbox {
0 commit comments