Fixing width bug in snippet

This commit is contained in:
Mosab Ibrahim
2020-05-05 03:53:19 +02:00
parent 6564ab32b6
commit 56ed169cfc

View File

@@ -1,5 +1,5 @@
<template>
<div class="bg-gray-300 border rounded-md overflow-hidden max-w-5xl">
<div class="bg-gray-300 border rounded-md overflow-hidden max-w-4xl">
<div class="bg-white p-4 border-b">
<div class="flex justify-between items-center">
<div class="text-gray-700 font-medium text-sm md:text-lg">{{ name }}</div>