Topic: tooltips is displayed in multiple lines
                  
                  duong do
                  free
                  asked 7 years ago
                
                Hi,
We are using mdbtooltips in my angular project.
We added the following code in a component:
                
                
                
                  
                  
                  
                    
                    
                
              
              
              
            mdbTooltip="Please note, a different address has been chosen"placement="right"
The text is displayed in multiple lines. We expect that the text must be in one line.
The screenshot is found here:
https://github.com/duong-do/screenshots
                
                  
                      
                        Add comment
                      
                    
                  
                
                      
                      Arkadiusz Idzikowski
                      staff
                        answered 7 years ago
                    
                    Dear duong do,
Please try to overwrite those styles:
                    
                    
                    
                    
                  
                  
                .tooltip-inner {
max-width: 500px !important;
}
Regards,
Arek
                    
                      FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Answered
Specification of the issue
              - ForumUser: Free
 - Premium support: No
 - Technology: MDB Angular
 - MDB Version: 5.2.3
 - Device: destop
 - Browser: Chrome
 - OS: Windows
 - Provided sample code: No
 - Provided link: No