[CLOSED] Button text is cut off

  1. #1

    [CLOSED] Button text is cut off

    Hi,

    maybe someone has an idea to solve the following problem.
    Before we updated to Ext.Net 3.1 our buttons looked like this:
    Click image for larger version. 

Name:	Button-Before.PNG 
Views:	25 
Size:	10.0 KB 
ID:	23973

    Now, after the update the buttons look like that:
    Click image for larger version. 

Name:	Button.PNG 
Views:	38 
Size:	10.3 KB 
ID:	23974

    The css-code
    .TouchButton .x-btn-inner {
                font-size: x-large
            }
    The button-code

     <ext:Button ID="ButtonZurueckgeben" runat="server" Text="Rückgabe" Flex="1" Cls="TouchButton" ToggleGroup="Group1" AllowDepress="false"></ext:Button>
    Greetings blueworld
    Last edited by Daniil; May 18, 2015 at 8:17 AM. Reason: [CLOSED]
  2. #2
    Hi @blueworld,

    This additional rule appears to help.
    .TouchButton .x-btn-inner {
        line-height: 30px;
    }
  3. #3
    Thanks. It works :)
    Thread can be closed.

Similar Threads

  1. [CLOSED] EventView, change the button text
    By developerpr in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 13, 2015, 2:04 PM
  2. CSS to format button sizes and text
    By mtrutledge in forum 1.x Help
    Replies: 0
    Last Post: Apr 25, 2012, 6:28 PM
  3. [CLOSED] Button text color
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 22, 2011, 12:02 PM
  4. [CLOSED] Image and text in button
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 17, 2009, 8:51 AM
  5. [CLOSED] Text align left for button text
    By macap in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 09, 2009, 10:52 AM

Posting Permissions