> Source: [sk181774](https://support.checkpoint.com/results/sk/sk181774)

# sk181774 - Web Application names column width is too narrow to fit in Mobile Access Portal

| Property | Value |
|----------|-------|
| Solution ID | sk181774 |
| Date Created | 2023-12-06 |
| Last Modified | 2025-01-16 |
| Technical Level | General |
| Products | Security Gateway |
| Versions | R81.20, R81.10 (EOS), R81 (EOS) |
| OS | Gaia |

## Symptoms

- Web Application names column width is too narrow, so the application names cannot be displayed properly.

## Cause

*$CVPNDIR/htdocs/includes/css/Main.css* parameters are not set properly. The MAB Portal Web Applications look like this:  

![](https://sc1.checkpoint.com/sc/SolutionsStatics/NEW_SK_NOID1701880824256/screenshot101202312061104381.png)

## Solution

This problem was fixed. The fix is included in:

* [Check Point Quantum R82](https://support.checkpoint.com/results/sk/sk181127)
* [Jumbo Hotfix Accumulator for R81.20](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81.20/Default.htm) starting from Take 79
* [Jumbo Hotfix Accumulator for R81.10](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81.10/Default.htm) starting from Take 158
* [Jumbo Hotfix Accumulator for R81](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81/Default.htm) starting from Take 106

<br />

If you choose not to upgrade, a workaround is available:  

1. Create the file *$CVPNDIR/htdocs/includes/css/custom.css* . CSS styles in this file overwrite default values in the primary CSS of the Mobile Access Portal:  

`# cd CVPNDIR/htdocs/includes/css/`  
`# touch custom.css`  

`# chmod 655 custom.css`  

2. Add the following lines in *custom.css* file with VI:  

/\* For max link name length; here is 250 \*/  

.`UrlLinks .url-text,`  
`.UrlLinksDisabled .url-text`  
`{`  
`padding-left: 5px;`  
`white-space: nowrap;`  
`max-width:250px;`  
`overflow: hidden;`  
`text-overflow:ellipsis;`  
`}`  

/\* For max gap length between links; here is 260 \*/  

`.TableMails .mail-item,`  
`.TableWebs .web-item,`  
`.TableFiles .web-item,`  
`.TableSNX .snx-item,`  
`.TableGuacs .web-item {`  
`height: 25px;`  
`vertical-align: top;`  
`width: 260px;`  
`}`  

/\* For length per row; here is 780, and it allows 3 links per row \*/  

`.app-list-3 {`  
`width: 780px;`  
`}`  

<br />

3. Save the file, and restart MAB by running the following command:  

`#cvpnstop;cvpnstart`  

<br />

<br />

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
