fix: text wrap in popover
This commit is contained in:
		
							parent
							
								
									960c1814d0
								
							
						
					
					
						commit
						bfb416b35a
					
				
					 4 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -33,7 +33,9 @@ function FolderContent(props: QuartzComponentProps) {
 | 
			
		|||
 | 
			
		||||
  return (
 | 
			
		||||
    <div class="popover-hint">
 | 
			
		||||
      <article>{content}</article>
 | 
			
		||||
      <article>
 | 
			
		||||
        <p>{content}</p>
 | 
			
		||||
      </article>
 | 
			
		||||
      <p>{allPagesInFolder.length} items under this folder.</p>
 | 
			
		||||
      <div>
 | 
			
		||||
        <PageList {...listProps} />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,7 +37,9 @@ function TagContent(props: QuartzComponentProps) {
 | 
			
		|||
 | 
			
		||||
    return (
 | 
			
		||||
      <div class="popover-hint">
 | 
			
		||||
        <article>{content}</article>
 | 
			
		||||
        <article>
 | 
			
		||||
          <p>{content}</p>
 | 
			
		||||
        </article>
 | 
			
		||||
        <p>Found {tags.length} total tags.</p>
 | 
			
		||||
        <div>
 | 
			
		||||
          {tags.map((tag) => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue