first attempt at fixing textarea width

This commit is contained in:
Kevin Froman 2017-05-27 14:03:23 -05:00
parent 3cfa2315f9
commit 28dbeccf9c
3 changed files with 5 additions and 3 deletions

View File

@ -37,7 +37,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -7,8 +7,8 @@ android {
applicationId "net.chaoswebs.snow10"
minSdkVersion 19
targetSdkVersion 25
versionCode 5
versionName "1.5"
versionCode 6
versionName "1.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -33,6 +33,8 @@ body
width: 100%;
max-width: 100%;
min-height: 300px;
margin-left: 15%;
margin-right: 15%;
}
#one