Skip to content
Snippets Groups Projects
Unverified Commit e93e2825 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Limit the size of the IP(v6) field in the user admin view


Now it breaks only below 1280px width, instead of ~1500.

Closes #1228

Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent 8f4f303a
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,9 @@
v-if="type === 'ip'"
class="py-4 px-2 whitespace-nowrap"
>
<code>{{ value }}</code>
<code class="truncate block max-w-[15rem]">{{
value
}}</code>
</td>
<td
v-else-if="type === 'role'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment