Add styles for field labels in profile view
This commit is contained in:
parent
f58b065316
commit
eaf929474f
|
@ -1,6 +1,16 @@
|
|||
## -*- coding: utf-8; -*-
|
||||
<%inherit file="/master/view.mako" />
|
||||
|
||||
<%def name="extra_styles()">
|
||||
${parent.extra_styles()}
|
||||
<style type="text/css">
|
||||
.field.is-horizontal .field-label .label {
|
||||
white-space: nowrap;
|
||||
min-width: 10rem;
|
||||
}
|
||||
</style>
|
||||
</%def>
|
||||
|
||||
<%def name="page_content()">
|
||||
<profile-info @change-content-title="changeContentTitle">
|
||||
</profile-info>
|
||||
|
|
Loading…
Reference in a new issue