Skip to content

Commit

Permalink
Fix centered content in elements with (optional) tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Feb 14, 2024
1 parent 2de1a4e commit ce8acfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ h1, h2, h3, h4, h5, h6 {
&.is-1,
&.is-2,
&.is-3 {
width: 100%;
& > button.is-small.tooltip-button {
margin-top: 0.5rem;
}
}

&.is-4 {
width: 100%;
& > button.is-small.tooltip-button {
margin-top: 0.2rem;
}
Expand Down Expand Up @@ -243,7 +245,7 @@ fieldset .subtitle {

div .field.with-tooltip .control {
display: inline-flex;
justify-content: space-between;
width: 100%;
align-items: normal;
align-content: baseline;

Expand Down

0 comments on commit ce8acfc

Please sign in to comment.