File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" font-sans text-white min-h-screen min-w-screen flex flex-col items-start justify-start" >
3
- <div class =" flex flex-col justify-start mt-4 sm:mt-8 md:my-12 p-4 gap-8 md:gap-12 flex-grow" >
3
+ <div class =" flex flex-col justify-start mt-4 sm:mt-8 md:my-12 p-4 gap-8 md:gap-12 flex-grow max-w-full " >
4
4
<h1 class =" flex flex-row gap-4 text-white text-3xl md:text-5xl" >
5
5
<span class =" text-green-400" >» ; </span >
6
6
<button v-if =" domain && !editing" class =" bg-transparent" @click =" enableEditing" >{{ domain }}</button >
7
- <form v-else class =" flex flex-col gap-4" @submit.prevent =" navigateToNewDomain" >
7
+ <form v-else class =" flex flex-col gap-4 overflow-hidden " @submit.prevent =" navigateToNewDomain" >
8
8
<input ref =" input" v-model =" newDomain" name =" domain" type =" text"
9
- class =" leading-none tracking-none py-0 bg-transparent outline-none focus:underline underline-dashed"
9
+ class =" py-0 bg-transparent outline-none focus:underline underline-dashed"
10
10
autofocus placeholder =" Enter a domain" required />
11
11
<button type =" submit"
12
12
class =" bg-green-400 text-black hover: hover:bg-white focus:bg-white active:bg-white text-xl md:text-2xl py-2 px-6 md:self-start" >See
You can’t perform that action at this time.
0 commit comments