Commit 8a08a443 authored by Miguel Rincon's avatar Miguel Rincon

Hide IP Address label when no space is available

Changelog: changed
parent 6e4c079d
......@@ -60,7 +60,8 @@ export default {
{{ description }}
</tooltip-on-truncate>
<tooltip-on-truncate class="gl-display-block gl-text-truncate" :title="ipAddress">
{{ __('IP Address') }} <strong>{{ ipAddress }}</strong>
<span class="gl-md-display-none gl-lg-display-inline">{{ __('IP Address') }}</span>
<strong>{{ ipAddress }}</strong>
</tooltip-on-truncate>
</div>
</template>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment