add overflow-x
This commit is contained in:
parent
35ca35f583
commit
fb2050c1bd
@ -15,7 +15,7 @@ export default Ember.Route.extend({
|
||||
Ember.Logger.debug(`User ${user} Loggedin`);
|
||||
me.set('ajax.user', user);
|
||||
me.message.alert('Sign in successfully');
|
||||
me.transitionTo('index');
|
||||
me.transitionTo('/');
|
||||
}, function(msg) {
|
||||
me.get('message').warn(msg);
|
||||
});
|
||||
|
@ -1,4 +1,4 @@
|
||||
<a {{action 'show'}} class="" title="Content Preview">
|
||||
<a {{action 'show'}} title="Content Preview">
|
||||
{{!-- <i class="fa fa-search" aria-hidden="true"></i> --}}
|
||||
{{model.name}}
|
||||
</a>
|
||||
@ -12,7 +12,7 @@
|
||||
close-to-parent=false}}
|
||||
<div class="widget-main">
|
||||
<div class="space-12"></div>
|
||||
<p>{{content}}</p>
|
||||
<p style="overflow-x: auto;">{{content}}</p>
|
||||
<hr />
|
||||
<p>{{model.note}}</p>
|
||||
<hr />
|
||||
@ -21,10 +21,11 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12 center">
|
||||
{{#if image.title}}
|
||||
<h5 class="grey">{{image.title}}</h5>
|
||||
<h5 class="grey" style="margin-bottom: 4px;">{{image.title}}</h5>
|
||||
{{/if}}
|
||||
{{image-previews image-height=192 image-style='border-radius: 2%; border: 1px solid #DCDCDC; max-width: 480px;' previews=images index=index}}
|
||||
<div class="space-6"></div>
|
||||
{{image-previews image-height=null
|
||||
image-style='border-radius: 2%; border: 1px solid #DCDCDC; max-width: 90%;' previews=images index=index}}
|
||||
<div class="space-12"></div>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user