Jump to content

Problem with inconsistent tab style


Recommended Posts

I have a rule that grabs data to show a list of commodities and the dollar figure of sales

 

return Field("Export1") + "<t>" + Export1MB + "<p>" +

Field("Export2") + "<t>" + Export2MB + "<p>" +

Field("Export3") + "<t>" + Export3MB + "<p>" +

Field("Export4") + "<t>" + Export4MB + "<p>" +

Field("Export5") + "<t>" + Export5MB + "<p>" +

Field("Export6") + "<t>" + Export6MB + "<p>" +

Field("Export7") + "<t>" + Export7MB + "<p>" +

Field("Export8") + "<t>" + Export8MB + "<p>" +

Field("Export9") + "<t>" + Export9MB + "<p>" +

Field("Export10") + "<t>" + Export10MB + "<p>" +

Field("Export11") + "<t>" + Export11MB + "<p>" +

Field("Export12") + "<t>" + Export12MB + "<p>" +

Field("Export13") + "<t>" + Export13MB;

 

and I have a tab style for the tab to right align with a dot leader.

 

When the text is displayed, the right alignment is all over the place. I haven't had this problem before. What's happening?

alignment.png.d59c21d96e15c967427a7367d2336bff.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...