jomaxro  
                (Joshua Rosenfeld)
               
                 
                 
              
                  
                    December 10, 2016, 11:20pm
                   
                   
              1 
               
             
            
              Just noticed this while viewing Meta at half-width on my 1080p monitor.  Could this be related to Ember upgrades, a strange resolution issue on my end, or is it a real bug?
Notice that the 1/2 button overlaps the reply button. 
It’s especially noticeable when likes are expanded: 
             
            
               
               
               
            
            
           
          
            
              
                sam  
                (Sam Saffron)
               
              
                  
                    December 10, 2016, 11:32pm
                   
                   
              2 
               
             
            
              yeah this has been the case for quite a while.
in the past, prior to widgets we displayed the number below line to work around this issue.
             
            
               
               
              1 Like 
            
            
           
          
            
              
                jomaxro  
                (Joshua Rosenfeld)
               
              
                  
                    December 10, 2016, 11:33pm
                   
                   
              3 
               
             
            
              
Any reason for switching it to be above the line?
             
            
               
               
               
            
            
           
          
            
              
                sam  
                (Sam Saffron)
               
              
                  
                    December 10, 2016, 11:33pm
                   
                   
              4 
               
             
            
              Give it a shot in CSS, and post here, its surprisingly hairy.
             
            
               
               
               
            
            
           
          
            
              
                jomaxro  
                (Joshua Rosenfeld)
               
              
                  
                    December 10, 2016, 11:35pm
                   
                   
              5 
               
             
            
              I’m not a CSS expert by any stretch.  I trust that if you guys tried already, I’m not going to do any better!
             
            
               
               
               
            
            
           
          
            
              
                simon  
                
               
                 
              
                  
                    December 10, 2016, 11:47pm
                   
                   
              6 
               
             
            
              Like this?
If so, something like this might work:
#topic-progress-wrapper.docked #topic-progress {
    bottom: -35px;
}
 
             
            
               
               
              2 Likes 
            
            
           
          
            
              
                sam  
                (Sam Saffron)
                  Closed 
               
              
                  
                    July 22, 2022,  1:04am
                   
                   
              7 
               
             
            
              been resolved for a while