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: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8f4f303a70
commit
e93e282524
@ -36,7 +36,9 @@
|
|||||||
v-if="type === 'ip'"
|
v-if="type === 'ip'"
|
||||||
class="py-4 px-2 whitespace-nowrap"
|
class="py-4 px-2 whitespace-nowrap"
|
||||||
>
|
>
|
||||||
<code>{{ value }}</code>
|
<code class="truncate block max-w-[15rem]">{{
|
||||||
|
value
|
||||||
|
}}</code>
|
||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
v-else-if="type === 'role'"
|
v-else-if="type === 'role'"
|
||||||
|
Loading…
Reference in New Issue
Block a user