Skip to content

Commit

Permalink
Removes css clear (#762)
Browse files Browse the repository at this point in the history
Removes clear
  • Loading branch information
wilson1000 authored Oct 31, 2024
1 parent a39c978 commit 0edbb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/themes/clarity/src/globals/js/auth-heartbeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default (function ($) {

// This element is on frontend and admin views. The frontend html has `font-size: 62.5%`, so use px values here.
const heading = $('<h3\>').text(title).css({fontWeight:'700', fontSize: '20px', lineHeight: '1.2', margin: 0})
const content = $('<p\>').html(html).css({ clear: 'both' })
const content = $('<p\>').html(html)
const image = $('<img>', {
src: '/app/themes/clarity/dist/images/tudor_crest.svg',
alt: 'Crown copyright logo',
Expand Down

0 comments on commit 0edbb3a

Please sign in to comment.