Skip to content
Snippets Groups Projects
Commit fbf014cf authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

cosmetics

parent eefaf82e
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,10 @@ div.account h3 {
text-align: center;
font-weight: bold;
}
div.account p {
height: 5em;
overflow-y: auto;
}
div.account table {
table-layout: fixed;
word-wrap: break-word;
......@@ -180,9 +184,8 @@ div.account table {
div.account table tbody {
border:1px solid #f1893b;
}
div.account .description {
height: 4em;
overflow-y: auto;
div.account button {
margin: 0.5rem;
}
.scrollable {
......
......@@ -22,7 +22,7 @@
<div class="account small-12 medium-6 large-4 columns">
<h3>[% c.loc("Account profile: [_1]", account.profile()) %]</h3>
<div class="description">[% description.${l10n.language_tag()} %].</div>
<p>[% description.${l10n.language_tag()} %].</p>
<table>
<tr>
......
......@@ -24,7 +24,7 @@
<div class="account small-12 medium-6 large-4 columns">
<h3>[% c.loc("Account profile: [_1]", account.profile()) %]</h3>
<div class="description">[% description.${l10n.language_tag()} %].</div>
<p>[% description.${l10n.language_tag()} %].</p>
<table>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment